Преглед на файлове

merged branch parhs/2.0 (PR #5005)

Commits
-------

5bfc25e Fixed buildViewBottomUp docs

Discussion
----------

Fixed buildViewBottomUp docs

Fixed documentation
Fabien Potencier преди 13 години
родител
ревизия
bceb28ff7a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Component/Form/AbstractType.php

+ 1 - 1
src/Symfony/Component/Form/AbstractType.php

@@ -57,7 +57,7 @@ abstract class AbstractType implements FormTypeInterface
      * Builds the form view.
      *
      * This method gets called for each type in the hierarchy starting from the
-     * top most type.
+     * bottommost type.
      * Type extensions can further modify the view.
      *
      * Children views have been built while this method gets called so you get