projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
77bec04
)
fix comment in Optimizer NodeVisitor
author
nikic
<+@ni-po.com>
Sat, 11 Dec 2010 22:14:35 +0000 (23:14 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Sun, 12 Dec 2010 06:33:22 +0000 (07:33 +0100)
lib/Twig/NodeVisitor/Optimizer.php
patch
|
blob
|
history
diff --git
a/lib/Twig/NodeVisitor/Optimizer.php
b/lib/Twig/NodeVisitor/Optimizer.php
index
4e10f2c
..
8006cd3
100644
(file)
--- 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.
*/