Skip to content

Commit d301614

Browse files
xabbuhweaverryan
authored andcommitted
remove double backtick of class directive
1 parent e1bc7c0 commit d301614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ to your form factory::
8181
->addExtension(new HttpFoundationExtension())
8282
->getFormFactory();
8383

84-
Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request``
84+
Now, when you process a form, you can pass the :class:`Symfony\\Component\\HttpFoundation\\Request`
8585
object to :method:`Symfony\\Component\\Form\\Form::bind` instead of the raw
8686
array of submitted values.
8787

0 commit comments

Comments
 (0)