Stdlib: nre: Docstring improved.

This commit is contained in:
Konstantin Molchanov
2016-06-15 15:08:35 +04:00
parent e9023e17d9
commit 41f5b3bf75

View File

@@ -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: