Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcclean committed Sep 15, 2015
1 parent ed69dfd commit b6d82d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclops-streams/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ SequenceM.range(0,Integer.MAX_VALUE);
List<Intger> list;
SequenceM.fromList(list);

Sequence.of(1,2,3)
SequenceM.of(1,2,3)
.reverse()
.forEach(System.out::println);
```
Expand Down

0 comments on commit b6d82d3

Please sign in to comment.