1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #6095 from mschroeder/patch-1

Fixed typo in annotations reference
This commit is contained in:
Marco Pivetta 2016-10-25 05:56:54 +02:00 committed by GitHub
commit 26cf90e1c5

View File

@ -315,7 +315,7 @@ depending on whether the classes are in the namespace or not.
@Embeddable @Embeddable
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
The embeddable is required on an entity targed to be embeddable inside The embeddable is required on an entity targeted to be embeddable inside
another. It works together with the :ref:`@Embedded <annref_embedded>` another. It works together with the :ref:`@Embedded <annref_embedded>`
annotation to establish the relationship between two entities. annotation to establish the relationship between two entities.