10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65acd71 + 022d3a4 commit 98144ceCopy full SHA for 98144ce
_overviews/FAQ/collections.md
@@ -171,8 +171,8 @@ Traversible objects can be finite or infinite. An example of an infinite
171
traversable object is the stream of natural numbers `Stream.from(0)`. The
172
method `hasDefiniteSize` indicates whether a collection is possibly infinite.
173
If `hasDefiniteSize` returns true, the collection is certainly finite. If it
174
-returns false, the collection has not been not fully elaborated yet, so it
175
-might be infinite or finite.
+returns false, the collection has not been fully elaborated yet, so it might
+be infinite or finite.
176
177
This class defines methods which can be efficiently implemented in terms of
178
`foreach` (over 40 of them).
0 commit comments