فهرست منبع

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