From a8fd305fe8e8570a07960f2f627652711c039377 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Thu, 6 Jun 2024 18:52:51 +0200 Subject: [PATCH] HHH-15722 Release announcement typo fix --- release-announcement.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-announcement.adoc b/release-announcement.adoc index 23ea211ed4..52eba7f565 100644 --- a/release-announcement.adoc +++ b/release-announcement.adoc @@ -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.