From 4bfa8df5f783a5f87f9677796ce20c857645467e Mon Sep 17 00:00:00 2001 From: nikic <+@ni-po.com> Date: Sat, 11 Dec 2010 23:14:35 +0100 Subject: [PATCH] fix comment in Optimizer NodeVisitor --- lib/Twig/NodeVisitor/Optimizer.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. */ -- 1.7.2.5