diff --git a/form/embedded.rst b/form/embedded.rst index 787580a41d1..156b8a7a767 100644 --- a/form/embedded.rst +++ b/form/embedded.rst @@ -15,7 +15,7 @@ Embedding a Single Object ------------------------- Suppose that each ``Task`` belongs to a ``Category`` object. Start by -creating the ``Category`` object:: +creating the ``Category`` class:: // src/Entity/Category.php namespace App\Entity;