Commit 4555123b authored by Ferdinand Jacobs's avatar Ferdinand Jacobs Committed by Brian Clozel

Fix typo in RSocket docs

See gh-19424
parent ea00ab99
...@@ -3035,7 +3035,7 @@ The following code shows a typical example: ...@@ -3035,7 +3035,7 @@ The following code shows a typical example:
} }
public Mono<User> someRSocketCall(String name) { public Mono<User> someRSocketCall(String name) {
return this.requester.route("user").data(name) return this.rsocketRequester.route("user").data(name)
.retrieveMono(User.class); .retrieveMono(User.class);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment