HHH-18588 revert back one minor change

This commit is contained in:
nathan.xu 2024-10-03 21:10:13 -04:00 committed by Gavin King
parent 7932bbaa22
commit 942474f901
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ class Book {
Remember, if we wish to the modify the collection we must <<bidirectional-problem,change the owning side>>.
We've again used `Set` to represent the association.
We've again used ``Set``s to represent the association.
As before, we have the option to use `Collection` or `List`.
But in this case it _does_ make a difference to the semantics of the association.