Преглед изворни кода

Fixed buildViewBottomUp docs

parhs пре 13 година
родитељ
комит
5bfc25e6b3
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