소스 검색

fixed typo in phpdoc

Fabien Potencier 14 년 전
부모
커밋
8ca90d5233
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
      */