Skip to content

Commit

Permalink
minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)
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.

Discussion
----------

Fix emphasis on compiler to bold styling

This is just so the Lexer, Parser, and Compiler has the same styling

Commits
-------

97ae3c8 Fix emphasis on compiler to bold styling
  • Loading branch information
fabpot committed Nov 4, 2021
2 parents 8bab813 + 97ae3c8 commit 7e5ba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/internals.rst
Expand Up @@ -20,7 +20,7 @@ The rendering of a Twig template can be summarized into four key steps:
* Then, the **parser** converts the token stream into a meaningful tree
of nodes (the Abstract Syntax Tree);

* Finally, the *compiler* transforms the AST into PHP code.
* Finally, the **compiler** transforms the AST into PHP code.

* **Evaluate** the template: It means calling the ``display()``
method of the compiled template and passing it the context.
Expand Down

0 comments on commit 7e5ba95

Please sign in to comment.