Skip to content

Commit 2afb579

Browse files
DATAMONGO-1048 - Fix incomplete xml tag in reference documentation.
1 parent 9d62ead commit 2afb579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/reference/redis-messaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The preceding example uses the Redis namespace to declare the message listener c
119119
<map>
120120
<entry key-ref="messageListener">
121121
<bean class="org.springframework.data.redis.listener.ChannelTopic">
122-
<constructor-arg value="chatroom">
122+
<constructor-arg value="chatroom"/>
123123
</bean>
124124
</entry>
125125
</map>

0 commit comments

Comments
 (0)