Skip to content

Commit

Permalink
minor #4932 Add missing comma in array (ifdattic)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Jan 30, 2015
2 parents 30ecdde + 947e58b commit 768650e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/expression_language/syntax.rst
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ For example::
$inGroup = $language->evaluate(
'user.group in ["human_resources", "marketing"]',
array(
'user' => $user
'user' => $user,
)
);

Expand Down

0 comments on commit 768650e

Please sign in to comment.