From 5bfc25e6b38b6b4390630c7f74a71fce9f0ed82d Mon Sep 17 00:00:00 2001 From: parhs Date: Sat, 21 Jul 2012 00:54:17 +0300 Subject: [PATCH] Fixed buildViewBottomUp docs --- src/Symfony/Component/Form/AbstractType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Form/AbstractType.php b/src/Symfony/Component/Form/AbstractType.php index 1fb873c94f..5f6f112912 100644 --- a/src/Symfony/Component/Form/AbstractType.php +++ b/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