Skip to content

Commit dba5691

Browse files
committed
minor #16778 [Form] Fix an inversion between object and class (trandbert37)
This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fix an inversion between object and class <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 4384ab3 [Form] Fix an inversion between object and class
2 parents 614bb1b + 4384ab3 commit dba5691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/embedded.rst

+1-1
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)