Skip to content

Commit 2af2d26

Browse files
lyrixxweaverryan
authored andcommitted
Fixed typo in doc sample.
1 parent 0519ac2 commit 2af2d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/dynamic_form_generation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Before jumping right into dynamic form generation, let's have a quick review
88
of what a bare form class looks like::
99

1010
//src/Acme/DemoBundle/Form/ProductType.php
11-
namespace Acme\DemoBundle\Form
11+
namespace Acme\DemoBundle\Form;
1212

13-
use Symfony\Component\Form\AbstractType
13+
use Symfony\Component\Form\AbstractType;
1414
use Symfony\Component\Form\FormBuilder;
1515
1616
class ProductType extends AbstractType

0 commit comments

Comments
 (0)