Skip to content

Commit

Permalink
Minor doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 30, 2017
1 parent 476a83a commit 9d09220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const setOf4LetterWords = new Set(genSequence(setOfWords).filter(a => a.length =


## Reference
- `genSequence(Iterable|Array)` -- generate a new Iterable from an Iterable or Array with the following functions.
- `genSequence(Iterable|Array|()=>Iterable)` -- generate a new Iterable from an Iterable, Array or function with the following functions.

### Filters
- `.filter(fn)` -- just like array.filter, filters the sequence
Expand Down

0 comments on commit 9d09220

Please sign in to comment.