Skip to content

Commit 768650e

Browse files
committed
minor #4932 Add missing comma in array (ifdattic)
This PR was submitted for the 2.4 branch but it was merged into the 2.5 branch instead (closes #4932). Discussion ---------- Add missing comma in array | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.4 | Fixed tickets | Commits ------- 947e58b Add missing comma in array
2 parents 30ecdde + 947e58b commit 768650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/expression_language/syntax.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ For example::
259259
$inGroup = $language->evaluate(
260260
'user.group in ["human_resources", "marketing"]',
261261
array(
262-
'user' => $user
262+
'user' => $user,
263263
)
264264
);
265265

0 commit comments

Comments
 (0)