Skip to content

Commit

Permalink
#265 javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 29, 2017
1 parent 866241a commit e58e7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cactoos/func/AsyncFunc.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* <p>If you want your piece of code to be executed in the background,
* use {@link AsyncFunc} as following:</p>
*
* <pre> new AsyncFunc(
* <pre> int length = new AsyncFunc(
* input -&gt; input.length()
* ).apply("Hello, world!").get();</pre>
*
Expand Down

0 comments on commit e58e7e1

Please sign in to comment.