1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Fixed typo in annotations reference

This commit is contained in:
Martin Schröder 2016-10-20 13:32:59 +02:00 committed by GitHub
parent d6eddab94f
commit cdad5a82c5

View File

@ -315,7 +315,7 @@ depending on whether the classes are in the namespace or not.
@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>`
annotation to establish the relationship between two entities.