We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fd3a63 commit 065e7e4Copy full SHA for 065e7e4
readme.md
@@ -177,7 +177,7 @@ public interface Enumerable<X> extends Collection<X> {
177
/**
178
* Returns an enumerable containing a certain number of elements of enumerable
179
* after the first one which corresponds the condition.
180
- * 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.
181
* @param prd The function to match element after which enumerable elements should be returned.
182
* @param size The number of elements the enumerable should be limited to.
183
* @return The enumerable.
0 commit comments