Fix typo in advanced.rst file

This commit is contained in:
Artem Genvald
2017-05-05 12:56:30 +03:00
committed by Fabien Potencier
parent a083db55c2
commit a264fc62e5
+1 -1
View File
@@ -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.