mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
Fix typo in advanced.rst file
This commit is contained in:
committed by
Fabien Potencier
parent
a083db55c2
commit
a264fc62e5
+1
-1
@@ -464,7 +464,7 @@ from the token stream (``$this->parser->getStream()``):
|
|||||||
type/value a syntax error is thrown. Otherwise, if the type and value are correct,
|
type/value a syntax error is thrown. Otherwise, if the type and value are correct,
|
||||||
the token is returned and the stream moves to the next token.
|
the token is returned and the stream moves to the next token.
|
||||||
|
|
||||||
* ``look()``: Looks a the next token without consuming it.
|
* ``look()``: Looks at the next token without consuming it.
|
||||||
|
|
||||||
Parsing expressions is done by calling the ``parseExpression()`` like we did for
|
Parsing expressions is done by calling the ``parseExpression()`` like we did for
|
||||||
the ``set`` tag.
|
the ``set`` tag.
|
||||||
|
|||||||
Reference in New Issue
Block a user