HHH-15722 Release announcement typo fix

This commit is contained in:
Christian Beikov 2024-06-06 18:52:51 +02:00
parent 69fb487a6e
commit a8fd305fe8
1 changed files with 1 additions and 1 deletions

View File

@ -216,5 +216,5 @@ So far, the target of `@OneToMany` had to be a `@ManyToOne`. To map a `@OneToMan
it was necessary to spell out a custom `@SQLRestriction` and specify the join columns.
Targeting an `@Any` association is now supported and will default to the appropriate join columns,
as well as add a `@SQLRestriciton` to the `@OneToMany` automatically.
as well as add a `@SQLRestriction` to the `@OneToMany` automatically.