Skip to content

Commit 8cab673

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

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
@@ -470,7 +470,7 @@ private static void target(int ignored, int sum, int a, int b) {
470470
}
471471
```
472472

473-
Using `foldArguments` we can pre-process subset of its arguments and insert the resulting value as another
473+
Using `foldArguments` we can pre-process a subset of its arguments and insert the resulting value as another
474474
argument and proceed to execution of the `target` method.
475475

476476
In our example, we have arguments `int a, int b` at the end. We can pre-process any amount of arguments, but they all

0 commit comments

Comments
 (0)