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

[DependencyInjection] Typo in Container

"freezed" should be "frozen".
Igor Wiedler пре 14 година
родитељ
комит
d1bc959fc6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Component/DependencyInjection/Container.php

+ 1 - 1
src/Symfony/Component/DependencyInjection/Container.php

@@ -75,7 +75,7 @@ class Container implements ContainerInterface
      * This method does two things:
      *
      *  * Parameter values are resolved;
-     *  * The parameter bag is freezed.
+     *  * The parameter bag is frozen.
      */
     public function freeze()
     {