On 20/01/2015 14:50, Paul Sandoz wrote:
Hi,
See the patch below that fixes a type on the Spliterator docs.
Thanks,
Paul.
diff -r 1daa66d4a028 src/java.base/share/classes/java/util/Spliterator.java
--- a/src/java.base/share/classes/java/util/Spliterator.java Tue Jan 20
14:48:55 2015 +0000
+++ b/src/java.base/share/classes/java/util/Spliterator.java Tue Jan 20
14:49:38 2015 +0000
@@ -125,7 +125,7 @@
* 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
Looks okay.