We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cab673 commit 344575aCopy full SHA for 344575a
1 file changed
app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke/00_methodhandle.md
@@ -518,8 +518,7 @@ for a result placeholder in `target` method argument list.
518
Similarly to arguments, we can use an adapter that will apply transformations to the return value.
519
520
Let's imagine a situation where we have a method that returns a `String`, and we would like to channel any returned
521
-value from this method into another method that replaces character `d` with `m` and brings the resulting value to the
522
-uppercase.
+value from this method into another method that replaces character `d` with `m` and uppercases the resulting value.
523
524
Here's the method handle for the `getSomeString` method which always returns the value `"dummy"`:
525
0 commit comments