mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-04 12:08:36 +00:00
8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator
Reviewed-by: chegar, lancea, alanb
This commit is contained in:
parent
595be219a4
commit
80fd7677b8
@ -125,7 +125,7 @@ import java.util.function.LongConsumer;
|
||||
* are encountered.
|
||||
*
|
||||
* @apiNote
|
||||
* <p>Spliterators, like {@code Iterators}s, are for traversing the elements of
|
||||
* <p>Spliterators, like {@code Iterator}s, are for traversing the elements of
|
||||
* a source. The {@code Spliterator} API was designed to support efficient
|
||||
* parallel traversal in addition to sequential traversal, by supporting
|
||||
* decomposition as well as single-element iteration. In addition, the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user