src/java.base/share/classes/java/lang/invoke/MethodHandle.java
changeset 47478 438e0c9f2f17
parent 47250 a0f26f0da4f1
child 47856 76519338df34
--- a/src/java.base/share/classes/java/lang/invoke/MethodHandle.java	Mon Oct 30 17:32:38 2017 -0700
+++ b/src/java.base/share/classes/java/lang/invoke/MethodHandle.java	Mon Oct 30 17:49:33 2017 -0700
@@ -765,7 +765,7 @@
      * In every other case, all conversions are applied <em>pairwise</em>,
      * which means that each argument or return value is converted to
      * exactly one argument or return value (or no return value).
-     * The applied conversions are defined by consulting the
+     * The applied conversions are defined by consulting
      * the corresponding component types of the old and new
      * method handle types.
      * <p>