src/java.base/share/classes/java/nio/channels/FileChannel.java
changeset 47478 438e0c9f2f17
parent 47216 71c04702a3d5
child 50701 80fe6f64d8a0
--- a/src/java.base/share/classes/java/nio/channels/FileChannel.java	Mon Oct 30 17:32:38 2017 -0700
+++ b/src/java.base/share/classes/java/nio/channels/FileChannel.java	Mon Oct 30 17:49:33 2017 -0700
@@ -216,7 +216,7 @@
      * <tr>
      *   <th scope="row" > {@link StandardOpenOption#DELETE_ON_CLOSE DELETE_ON_CLOSE} </th>
      *   <td> When this option is present then the implementation makes a
-     *   <em>best effort</em> attempt to delete the file when closed by the
+     *   <em>best effort</em> attempt to delete the file when closed by
      *   the {@link #close close} method. If the {@code close} method is not
      *   invoked then a <em>best effort</em> attempt is made to delete the file
      *   when the Java virtual machine terminates. </td>