Skip to content

Commit

Permalink
Merge pull request #4 from dykov/add-after-method
Browse files Browse the repository at this point in the history
Edit readme.md
  • Loading branch information
dykov authored May 7, 2021
2 parents b9c6932 + 065e7e4 commit bd56241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public interface Enumerable<X> extends Collection<X> {
/**
* Returns an enumerable containing a certain number of elements of enumerable
* after the first one which corresponds the condition.
* If no predicate (null) is given, then 'this' is returned instead.
* If no predicate (null) is given, then 'this' of the specified size is returned instead.
* @param prd The function to match element after which enumerable elements should be returned.
* @param size The number of elements the enumerable should be limited to.
* @return The enumerable.
Expand Down

0 comments on commit bd56241

Please sign in to comment.