mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-05 06:56:51 +00:00
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:
+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,
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user