Skip to content

Commit

Permalink
fix code error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohu-zhang authored Jan 4, 2025
1 parent 96e6824 commit ddbff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/apdx-reactorExtra.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can rewrite the preceding example as follows:
[source,java]
[%unbreakable]
----
.map(TupleUtils.function(Customer::new)); // <1>
.map(TupleUtils.Function3(Customer::new)); // <1>
----
<1> (as `Customer` constructor conforms to `Function3` functional interface signature)

Expand Down

0 comments on commit ddbff47

Please sign in to comment.