Skip to content

Commit 7316c9d

Browse files
committed
HHH-19038 - Correct typo in collections.adoc
Signed-off-by: Jan Schatteman <[email protected]>
1 parent c116976 commit 7316c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ is available to have Hibernate interpret a `List` with no `@OrderColumn` and no
285285
An ID_BAG is similar to a BAG, except that it maps a generated, per-row identifier into the collection
286286
table. `@CollectionId` is the annotation to configure this identifier.
287287

288-
For details about defining an id-bad identifier, see the Javadocs for:
288+
For details about defining an id-bag identifier, see the Javadocs for:
289289

290290
* link:{javadoc-base}/org/hibernate/annotations/CollectionId.html[@CollectionId]
291291
* link:{javadoc-base}/org/hibernate/annotations/CollectionIdJavaClass.html[@CollectionIdJavaClass]

0 commit comments

Comments
 (0)