Skip to content

Commit ccb0ed7

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Fix grammar typo
2 parents 56c3af1 + 3f96363 commit ccb0ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ It's difficult to manipulate or inspect the expressions created with the Express
213213
component, because the expressions are plain strings. A better approach is to
214214
turn those expressions into an AST. In computer science, `AST`_ (*Abstract
215215
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
216+
in a programming language"*. In Symfony, an ExpressionLanguage AST is a set of
217217
nodes that contain PHP classes representing the given expression.
218218

219219
Dumping the AST

0 commit comments

Comments
 (0)