1 parent cf50655 commit 1a527bcCopy full SHA for 1a527bc
1 file changed
app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke/00_methodhandle.md
@@ -73,7 +73,7 @@ MethodHandles.Lookup lookup = MethodHandles.lookup();
73
74
<a id="methodtype"> </a>
75
## Method type
76
-Tolook up a method handle we also need to provide the type information of the method or field. The method
+To look up a method handle we also need to provide the type information of the method or field. The method
77
type information is represented as [`MethodType`](javadoc:MethodType) object. To instantiate a `MethodType`,
78
we have to provide the return type as the first parameter followed by all the argument types:
79
0 commit comments