Skip to content

Commit

Permalink
Same typo different place
Browse files Browse the repository at this point in the history
  • Loading branch information
billoneil committed Jul 27, 2017
1 parent 73f8e44 commit 728ae82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jooq/lambda/Seq.java
Expand Up @@ -3400,7 +3400,7 @@ default Tuple2<Optional<T>, Seq<T>> splitAtHead() {
* Chunk a Stream based on a predicate
* <p>
* <code><pre>
* // ((1,1,2), (2), (2), (3,4))
* // ((1,1,2), (2), (3,4))
* Seq.of(1, 1, 2, 2, 3, 4).chunked(n -> n %2 == 0)
* </pre></code>
*/
Expand Down

0 comments on commit 728ae82

Please sign in to comment.