File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/pages/learn/01_tutorial/04_mastering-the-api/02_invoke Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -518,8 +518,7 @@ for a result placeholder in `target` method argument list.
518518Similarly to arguments, we can use an adapter that will apply transformations to the return value.
519519
520520Let'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.
521+ value from this method into another method that replaces character ` d ` with ` m ` and uppercases the resulting value.
523522
524523Here's the method handle for the ` getSomeString ` method which always returns the value ` "dummy" ` :
525524
You can’t perform that action at this time.
0 commit comments