Skip to content

Commit 762622a

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [Form] Fix an inversion between object and class
2 parents c014ad1 + dba5691 commit 762622a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/embedded.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Embedding a Single Object
1515
-------------------------
1616

1717
Suppose that each ``Task`` belongs to a ``Category`` object. Start by
18-
creating the ``Category`` object::
18+
creating the ``Category`` class::
1919

2020
// src/Entity/Category.php
2121
namespace App\Entity;

0 commit comments

Comments
 (0)