8000 Merge branch '6.0' into 6.1 · symfony/symfony-docs@bad0234 · GitHub
[go: up one dir, main page]

Skip to content

Commit bad0234

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Form] Fix an inversion between object and class
2 parents 885b4f4 + 88b5cb7 commit bad0234

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)
0