src/share/classes/java/nio/package.html

Print this page

        

@@ -119,11 +119,11 @@
   file directly into memory, in which case a few additional file-related
   operations defined in the {@link java.nio.MappedByteBuffer} class are
   available.  </p></li>
 
   <li><p> A byte buffer provides access to its content as either a heterogeneous
-  or homogeneous sequence of <a href="ByteBuffer.html#bin">binary data</i></a>
+  or homogeneous sequence of <a href="ByteBuffer.html#bin"><i>binary data</i></a>
   of any non-boolean primitive type, in either big-endian or little-endian <a
   href="ByteOrder.html">byte order</a>.  </p></li>
 
 </ul>