HHH-12974 Fix a typo in the documentation

This commit is contained in:
Guillaume Smet 2018-09-24 18:25:53 +02:00
parent 5a2f12a9a8
commit 912225a766
1 changed files with 2 additions and 2 deletions

View File

@ -863,7 +863,7 @@ The `@OnDelete` annotation can also be placed on a collection, as
illustrated in the following example.
[[pc-cascade-on-delete-collection-mapping-example]]
.`@OnDelete` `One@ToMany` mapping
.`@OnDelete` `@OneToMany` mapping
====
[source, JAVA, indent=0]
----