fix comment in Optimizer NodeVisitor
authornikic <+@ni-po.com>
Sat, 11 Dec 2010 22:14:35 +0000 (23:14 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 12 Dec 2010 06:33:22 +0000 (07:33 +0100)
lib/Twig/NodeVisitor/Optimizer.php

index 4e10f2c..8006cd3 100644 (file)
@@ -76,7 +76,7 @@ class Twig_NodeVisitor_Optimizer implements Twig_NodeVisitorInterface
      *
      *  * "loop" is not used in the "for" tag
      *  * and there is no include tag without the "only" attribute
-     *  * and there is inner-for tag (in which case we would need to check parent.loop usage)
+     *  * and there is no inner-for tag (in which case we would need to check parent.loop usage)
      *
      * This method should be able to optimize for with inner-for tags.
      */