Explorar o código

fixed typo in phpdoc

Fabien Potencier %!s(int64=14) %!d(string=hai) anos
pai
achega
8ca90d5233
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Bundle/TwigBundle/Extension/FormExtension.php

+ 1 - 1
src/Symfony/Bundle/TwigBundle/Extension/FormExtension.php

@@ -81,7 +81,7 @@ class FormExtension extends \Twig_Extension
      *
      * Example usage in Twig templates:
      *
-     *     <form action="..." method="post" {{ render_enctype(form) }}>
+     *     <form action="..." method="post" {{ form_enctype(form) }}>
      *
      * @param Form $form   The form for which to render the encoding type
      */