Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 052b8e8

Browse files
author
Bill Schaller
committed
Merge pull request doctrine#1364 from shieldo/embeddedables
[Documentation] correct naming of Embeddable Objects feature
2 parents 4a35828 + 16a3d0d commit 052b8e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/en/changelog/migration_2_5.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ metadata generation:
5858
}
5959
}
6060
61-
Embeddedable Objects
62-
~~~~~~~~~~~~~~~~~~~~
61+
Embeddable Objects
62+
~~~~~~~~~~~~~~~~~~
6363

6464
Doctrine now supports creating multiple PHP objects from one database table
65-
implementing a feature called "Embeddedable Objects". Next to an ``@Entity``
65+
implementing a feature called "Embeddable Objects". Next to an ``@Entity``
6666
class you can now define a class that is embeddable into a database table of an
6767
entity using the ``@Embeddable`` annotation. Embeddable objects can never be
6868
saved, updated or deleted on their own, only as part of an entity (called

0 commit comments

Comments
 (0)