From: nikic <+@ni-po.com> Date: Sat, 11 Dec 2010 22:14:35 +0000 (+0100) Subject: fix comment in Optimizer NodeVisitor X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4bfa8df5f783a5f87f9677796ce20c857645467e;p=web%2Fkonrad%2Ftwig.git fix comment in Optimizer NodeVisitor --- diff --git a/lib/Twig/NodeVisitor/Optimizer.php b/lib/Twig/NodeVisitor/Optimizer.php index 4e10f2c..8006cd3 100644 --- a/lib/Twig/NodeVisitor/Optimizer.php +++ b/lib/Twig/NodeVisitor/Optimizer.php @@ -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. */