Skip to content

Commit d1aee0e

Browse files
revfactorysbrannen
authored andcommitted
Fix typo in RSocket reference documentation
This commit fixes a typo in a Java code snippet of the RSocket reference documentation. Closes gh-23762
1 parent 3f9359a commit d1aee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/rsocket.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ you need to share configuration between a client and a server in the same proces
689689
690690
@Bean
691691
public RSocketStrategies rsocketStrategies() {
692-
retrun RSocketStrategies.builder()
692+
return RSocketStrategies.builder()
693693
.encoders(encoders -> encoders.add(new Jackson2CborEncoder))
694694
.decoders(decoders -> decoders.add(new Jackson2CborDecoder))
695695
.routeMatcher(new PathPatternRouteMatcher())

0 commit comments

Comments
 (0)