Skip to content

Commit 7e5ba95

Browse files
committed
minor #3584 Fix emphasis on compiler to bold styling (jonnyeom)
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
2 parents 8bab813 + 97ae3c8 commit 7e5ba95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The rendering of a Twig template can be summarized into four key steps:
2020
* Then, the **parser** converts the token stream into a meaningful tree
2121
of nodes (the Abstract Syntax Tree);
2222

23-
* Finally, the *compiler* transforms the AST into PHP code.
23+
* Finally, the **compiler** transforms the AST into PHP code.
2424

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

0 commit comments

Comments
 (0)