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.
2 parents 56c3af1 + 3f96363 commit ccb0ed7Copy full SHA for ccb0ed7
components/expression_language.rst
@@ -213,7 +213,7 @@ It's difficult to manipulate or inspect the expressions created with the Express
213
component, because the expressions are plain strings. A better approach is to
214
turn those expressions into an AST. In computer science, `AST`_ (*Abstract
215
Syntax Tree*) is *"a tree representation of the structure of source code written
216
-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
217
nodes that contain PHP classes representing the given expression.
218
219
Dumping the AST
0 commit comments