Skip to content

Commit

Permalink
minor #2461 Fix typo in advanced.rst file (fre5h)
Browse files Browse the repository at this point in the history
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
-------

a264fc6 Fix typo in `advanced.rst` file
  • Loading branch information
fabpot committed May 5, 2017
2 parents a083db5 + a264fc6 commit 324ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/advanced.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 324ab87

Please sign in to comment.