mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-08 08:26:46 +00:00
fix grammar for article
This commit is contained in:
committed by
GitHub
parent
27fcfe0cfa
commit
d54d8438a5
+1
-1
@@ -39,7 +39,7 @@ an instance of ``\Twig\Token``, and the stream is an instance of
|
||||
* ``\Twig\Token::NUMBER_TYPE``: A number in an expression;
|
||||
* ``\Twig\Token::STRING_TYPE``: A string in an expression;
|
||||
* ``\Twig\Token::OPERATOR_TYPE``: An operator;
|
||||
* ``\Twig\Token::ARROW_TYPE``: A arrow function operator (``=>``);
|
||||
* ``\Twig\Token::ARROW_TYPE``: An arrow function operator (``=>``);
|
||||
* ``\Twig\Token::SPREAD_TYPE``: A spread operator (``...``);
|
||||
* ``\Twig\Token::PUNCTUATION_TYPE``: A punctuation sign;
|
||||
* ``\Twig\Token::INTERPOLATION_START_TYPE``, ``\Twig\Token::INTERPOLATION_END_TYPE``: Delimiters for string interpolation;
|
||||
|
||||
Reference in New Issue
Block a user