diff options
author | Konstantin Molchanov <moigagoo@live.com> | 2016-06-15 15:08:35 +0400 |
---|---|---|
committer | Konstantin Molchanov <moigagoo@live.com> | 2016-06-15 15:08:35 +0400 |
commit | 41f5b3bf75c88be09d674282d8a555a6782c6c50 (patch) | |
tree | 6c0d329ce01f670a2d6cc2a8ea2e443eca6dfc09 /lib/impure | |
parent | e9023e17d995d34c99472b84ab5f72d12029385c (diff) | |
download | Nim-41f5b3bf75c88be09d674282d8a555a6782c6c50.tar.gz |
Stdlib: nre: Docstring improved.
Diffstat (limited to 'lib/impure')
-rw-r--r-- | lib/impure/nre.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/impure/nre.nim b/lib/impure/nre.nim index c636c5203..76a0f3db6 100644 --- a/lib/impure/nre.nim +++ b/lib/impure/nre.nim @@ -48,7 +48,6 @@ export options ## # (a: 6, b: 6) ## # (a: 7, b: 7) ## -## import options # critical to use isSome() and get() ## let firstVowel = "foo".find(vowels) ## let hasVowel = firstVowel.isSome() ## if hasVowel: |