Skip to content

Commit

Permalink
Fix typo in reference docs.
Browse files Browse the repository at this point in the history
Closes #3082
  • Loading branch information
hczs authored and mp911de committed Jan 15, 2025
1 parent ffe9e86 commit 20b7f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/antora/modules/ROOT/pages/redis/template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class MyConfig {
}
@Bean
ReactiveRedisTemplate<String, String> ReactiveRedisTemplate(ReactoveRedisConnectionFactory connectionFactory) {
ReactiveRedisTemplate<String, String> ReactiveRedisTemplate(ReactiveRedisConnectionFactory connectionFactory) {
return new ReactiveRedisTemplate<>(connectionFactory, RedisSerializationContext.string());
}
}
Expand Down

0 comments on commit 20b7f5c

Please sign in to comment.