Skip to content

Commit

Permalink
Fixed typo in StrandFactory javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
remen committed Apr 27, 2016
1 parent 5d48bbb commit c8ba7e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package co.paralleluniverse.strands;

/**
* Creates new {@link Strand strnads} on demand.
* Creates new {@link Strand strands} on demand.
*/
public interface StrandFactory {
Strand newStrand(SuspendableCallable<?> target);
Expand Down

0 comments on commit c8ba7e4

Please sign in to comment.