Skip to content

Commit 4384ab3

Browse files
authored
[Form] Fix an inversion between object and class
1 parent bf5d0c3 commit 4384ab3

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)