提交 4f4926fc 编写于 作者: P psandoz

8062901: Iterators is spelled incorrectly in the Javadoc for Spliterator

Reviewed-by: chegar, lancea, alanb
上级 110d9b95
...@@ -125,7 +125,7 @@ import java.util.function.LongConsumer; ...@@ -125,7 +125,7 @@ import java.util.function.LongConsumer;
* are encountered. * are encountered.
* *
* @apiNote * @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 * a source. The {@code Spliterator} API was designed to support efficient
* parallel traversal in addition to sequential traversal, by supporting * parallel traversal in addition to sequential traversal, by supporting
* decomposition as well as single-element iteration. In addition, the * decomposition as well as single-element iteration. In addition, the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册