From a9f2613700048675f700620ef60d6cb372dbfff1 Mon Sep 17 00:00:00 2001 From: dfyz-it Date: Tue, 8 Oct 2013 22:17:27 +0300 Subject: [PATCH] Fixed typo in direct_submit.rst --- cookbook/form/direct_submit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/form/direct_submit.rst b/cookbook/form/direct_submit.rst index f2472f0b7d1..e33d4e8b6bf 100644 --- a/cookbook/form/direct_submit.rst +++ b/cookbook/form/direct_submit.rst @@ -86,7 +86,7 @@ method, pass the submitted data directly to Passing a Request to Form::submit() (deprecated) ------------------------------------------------ -.. versionadded:: +.. versionadded:: 2.3 Before Symfony 2.3, the ``submit`` method was known as ``bind``. Before Symfony 2.3, the :method:`Symfony\Component\Form\FormInterface::submit`