src/java.base/share/classes/java/lang/invoke/MethodHandle.java
changeset 51986 c1db377f6300
parent 50735 2f2af62dfac7
child 52220 9c260a6b6471
--- a/src/java.base/share/classes/java/lang/invoke/MethodHandle.java	Mon Oct 01 21:14:58 2018 -0700
+++ b/src/java.base/share/classes/java/lang/invoke/MethodHandle.java	Tue Oct 02 10:19:07 2018 -0700
@@ -384,7 +384,7 @@
  * A method handle can be obtained on a method, constructor, or field
  * which is declared with Java generic types.
  * As with the Core Reflection API, the type of the method handle
- * will constructed from the erasure of the source-level type.
+ * will be constructed from the erasure of the source-level type.
  * When a method handle is invoked, the types of its arguments
  * or the return value cast type may be generic types or type instances.
  * If this occurs, the compiler will replace those