Skip to content

Commit 4529c6b

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: Fix grammar typo
2 parents 9ff4de7 + ccb0ed7 commit 4529c6b

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)