Skip to content

Commit e887237

Browse files
committed
Add missing comma in indexes.adoc.
1 parent 01c1135 commit e887237

File tree

1 file changed

+1
-1
lines changed
  • src/main/antora/modules/ROOT/pages/redis/redis-repositories

1 file changed

+1
-1
lines changed

src/main/antora/modules/ROOT/pages/redis/redis-repositories/indexes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class Person {
5757
// ... other properties omitted
5858
5959
Map<String,String> attributes; <1>
60-
Map<String Person> relatives; <2>
60+
Map<String,Person> relatives; <2>
6161
List<Address> addresses; <3>
6262
}
6363
----

0 commit comments

Comments
 (0)