Skip to content

Commit

Permalink
Fix emphasis on compiler to bold styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyeom committed Nov 4, 2021
1 parent 8447e8d commit 0e97b4b
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 0e97b4b

Please sign in to comment.