Skip to content

Commit bd56241

Browse files
authored
Merge pull request #4 from dykov/add-after-method
Edit readme.md
2 parents b9c6932 + 065e7e4 commit bd56241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public interface Enumerable<X> extends Collection<X> {
177177
/**
178178
* Returns an enumerable containing a certain number of elements of enumerable
179179
* after the first one which corresponds the condition.
180-
* If no predicate (null) is given, then 'this' is returned instead.
180+
* If no predicate (null) is given, then 'this' of the specified size is returned instead.
181181
* @param prd The function to match element after which enumerable elements should be returned.
182182
* @param size The number of elements the enumerable should be limited to.
183183
* @return The enumerable.

0 commit comments

Comments
 (0)