Skip to content

Commit 344575a

Browse files
carimurasmthelusive
authored andcommitted
suggestion for uppercase sentence
1 parent 8cab673 commit 344575a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ for a result placeholder in `target` method argument list.
518518
Similarly to arguments, we can use an adapter that will apply transformations to the return value.
519519

520520
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.
521+
value from this method into another method that replaces character `d` with `m` and uppercases the resulting value.
523522

524523
Here's the method handle for the `getSomeString` method which always returns the value `"dummy"`:
525524

0 commit comments

Comments
 (0)