Skip to content

Commit 8b14c69

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 c4ca2d6 commit 8b14c69

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
@@ -258,7 +258,7 @@ The [`MethodHandles.catchException`](javadoc:MethodHandles.catchException(Method
258258
wrap a given method handle inside a provided exception handler method handle.
259259

260260
Say, we have a method `problematicMethod` that performs some business logic, and a method `exceptionHandler` that handles
261-
a particular exception [`IllegalArgumentException`](javadoc:IllegalArgumentException). The exception handler method must
261+
a particular [`IllegalArgumentException`](javadoc:IllegalArgumentException). The exception handler method must
262262
return the same type as the original method. The first argument it accepts is a `Throwable` that we're interested in,
263263
after which follow the rest of the arguments that we've originally accepted:
264264

0 commit comments

Comments
 (0)