minor #2461 Fix typo in advanced.rst file (fre5h)

This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #2461).

Discussion
----------

Fix typo in `advanced.rst` file

Commits
-------

a264fc62 Fix typo in `advanced.rst` file
This commit is contained in:
Fabien Potencier
2017-05-05 06:59:56 -07:00
+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,
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
the ``set`` tag.