Skip to content

Commit

Permalink
minor twigphp#4126 fix grammar for article (xabbuh)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

fix grammar for article

Commits
-------

d54d843 fix grammar for article
  • Loading branch information
fabpot committed Jul 8, 2024
2 parents 27fcfe0 + d54d843 commit 1ac1645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ac1645

Please sign in to comment.