Skip to content

Commit 3f96363

Browse files
committed
minor #19085 Fix grammar typo (devojifr)
This PR was merged into the 5.4 branch. Discussion ---------- Fix grammar typo A very small grammar typo for a better sonority on reading. Commits ------- 892359d Fix grammar typo
2 parents ab4e69f + 892359d commit 3f96363

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
@@ -196,7 +196,7 @@ It's difficult to manipulate or inspect the expressions created with the Express
196196
component, because the expressions are plain strings. A better approach is to
197197
turn those expressions into an AST. In computer science, `AST`_ (*Abstract
198198
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
199+
in a programming language"*. In Symfony, an ExpressionLanguage AST is a set of
200200
nodes that contain PHP classes representing the given expression.
201201

202202
Dumping the AST

0 commit comments

Comments
 (0)