Skip to content

Commit

Permalink
Fix a Markdown/RST formatting glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude authored Feb 24, 2023
1 parent 072c403 commit 7814cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/inheritance-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ have to be used.
to replace references to a mapped superclass with an entity class at runtime.
As long as there is only one entity subclass inheriting from the mapped
superclass and all references to the mapped superclass are resolved to that
entity class at runtime, the mapped superclass _can_ use One-To-Many associations
entity class at runtime, the mapped superclass *can* use One-To-Many associations
and be named as the ``targetEntity`` on the owning sides.

.. note::
Expand Down

0 comments on commit 7814cbf

Please sign in to comment.