JDK-8132946 : Typo on API spec for Spliterator
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Affected Version: 8u51
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2015-08-03
  • Updated: 2015-08-07
  • Resolved: 2015-08-04
Related Reports
Duplicate :  
Description
A DESCRIPTION OF THE REQUEST :
https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html
In the "API Note:" section the first paragraph reads, 
"Spliterators, like Iteratorss..." 
With a typo on the word Iterators

JUSTIFICATION :
I spend a lot of time reading the API and it should be as neat as possible for everyone to use.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Typo corrected
ACTUAL -
"Spliterators, like Iterators"

CUSTOMER SUBMITTED WORKAROUND :
I can put a little piece of scotch tape on my monitor over the second s and the problem subsides.


Comments
The scotch tape can be removed when looking at the Java 9 documentation.
04-08-2015