Skip to content

Commit 5377b9d

Browse files
ammbradanthe1st
authored andcommitted
Update app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke/00_methodhandle.md
Co-authored-by: dan1st <[email protected]>
1 parent 2d37bf8 commit 5377b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke/00_methodhandle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ MethodHandles.Lookup lookup = MethodHandles.lookup();
7373

7474
<a id="methodtype">&nbsp;</a>
7575
## Method type
76-
Tolook up a method handle we also need to provide the type information of the method or field. The method
76+
To look up a method handle we also need to provide the type information of the method or field. The method
7777
type information is represented as [`MethodType`](javadoc:MethodType) object. To instantiate a `MethodType`,
7878
we have to provide the return type as the first parameter followed by all the argument types:
7979

0 commit comments

Comments
 (0)