Skip to content

Commit

Permalink
Fix invalid type name in RSocket code example
Browse files Browse the repository at this point in the history
  • Loading branch information
aahlenst authored and snicoll committed Aug 22, 2023
1 parent 229b478 commit 452b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/modules/ROOT/pages/rsocket.adoc
Expand Up @@ -1023,7 +1023,7 @@ Two, create a proxy that will perform the declared RSocket exchanges:
RSocketRequester requester = ... ;
RSocketServiceProxyFactory factory = RSocketServiceProxyFactory.builder(requester).build();
RepositoryService service = factory.createClient(RadarService.class);
RadarService service = factory.createClient(RadarService.class);
----


Expand Down

0 comments on commit 452b2df

Please sign in to comment.