Fix backticks rendering in release-announcement.adoc

This commit is contained in:
Marco Belladelli 2024-03-22 13:27:32 +01:00
parent e16f0938d4
commit c98cd5e675
No known key found for this signature in database
GPG Key ID: D1D0C3030AE3AA35

View File

@ -146,7 +146,7 @@ delete from Person p where p.association.someAttr = 1
[[manually-assigned-generated-ids]]
== Manually Assigned Identifiers with custom `Generator`s
== Manually Assigned Identifiers with custom `Generator`
Manually assigned identifier values can now be used with custom a `Generator` thanks to the new `allowAssignedIdentifiers()` method.