Skip to content

Commit 065e7e4

Browse files
committed
Edit readme.md
1 parent 3fd3a63 commit 065e7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)