Hi,

Please review this simple doc fix.

Thanks,
Paul.

diff -r ed1e99c1bba2 src/java.base/share/classes/java/util/BitSet.java
--- a/src/java.base/share/classes/java/util/BitSet.java Wed Jun 07 06:45:09 
2017 -0700
+++ b/src/java.base/share/classes/java/util/BitSet.java Fri Jun 09 10:50:07 
2017 -0700
@@ -1212,7 +1212,7 @@
      *
      * <p>The stream binds to this bit set when the terminal stream operation
      * commences (specifically, the spliterator for the stream is
-     * <a href="../Spliterator.html#binding"><em>late-binding</em></a>).  If 
the
+     * <a href="Spliterator.html#binding"><em>late-binding</em></a>).  If the
      * bit set is modified during that operation then the result is undefined.
      *
      * @return a stream of integers representing set indices

Reply via email to