Skip to content

Commit

Permalink
Merge pull request #4342 from moigagoo/devel
Browse files Browse the repository at this point in the history
Stdlib: nre: Docstring improved.
  • Loading branch information
dom96 committed Jun 15, 2016
2 parents e9023e1 + 41f5b3b commit 7d98658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/impure/nre.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7d98658

Please sign in to comment.