Skip to content

Commit 942474f

Browse files
nathan.xugavinking
authored andcommitted
HHH-18588 revert back one minor change
1 parent 7932bba commit 942474f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/introduction/Entities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ class Book {
12331233

12341234
Remember, if we wish to the modify the collection we must <<bidirectional-problem,change the owning side>>.
12351235

1236-
We've again used `Set` to represent the association.
1236+
We've again used ``Set``s to represent the association.
12371237
As before, we have the option to use `Collection` or `List`.
12381238
But in this case it _does_ make a difference to the semantics of the association.
12391239

0 commit comments

Comments
 (0)