Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akryvtsun committed Jun 16, 2017
1 parent 16ab3d7 commit 71b0449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/list/AllOf.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*
* <pre> new AllOf(
* new TransformedIterable&lt;String&gt;(
* new IdentityArrayList<>("hello", "world"),
* new IterableAsList<>("hello", "world"),
* new ProcAsFunc&lt;&gt;(i -&gt; System.out.println(i))
* )
* ).asValue();</pre>
Expand Down

0 comments on commit 71b0449

Please sign in to comment.