We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4e69f commit 892359dCopy full SHA for 892359d
components/expression_language.rst
@@ -196,7 +196,7 @@ It's difficult to manipulate or inspect the expressions created with the Express
196
component, because the expressions are plain strings. A better approach is to
197
turn those expressions into an AST. In computer science, `AST`_ (*Abstract
198
Syntax Tree*) is *"a tree representation of the structure of source code written
199
-in a programming language"*. In Symfony, a ExpressionLanguage AST is a set of
+in a programming language"*. In Symfony, an ExpressionLanguage AST is a set of
200
nodes that contain PHP classes representing the given expression.
201
202
Dumping the AST
0 commit comments