Fix typo in user guide explicit polymorphism section

This commit is contained in:
Mahmoud Anouti 2019-09-20 17:27:52 +03:00 committed by Sanne Grinovero
parent 5c9cf4d0d8
commit a3cccca66d
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ include::{sourcedir}/polymorphism/DomainModelEntity.java[tags=entity-inheritance
====
If we have two entity mappings, a `Book` and a `Blog`,
and the `Book` entity is mapped with the
and the `Blog` entity is mapped with the
https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/annotations/Polymorphism.html[`@Polymorphism`] annotation
and taking the `PolymorphismType.EXPLICIT` setting: