Skip to content

Commit

Permalink
Add missing comma in array
Browse files Browse the repository at this point in the history
| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.4
| Fixed tickets |
  • Loading branch information
ifdattic authored and weaverryan committed Jan 30, 2015
1 parent 30ecdde commit 947e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/expression_language/syntax.rst
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 947e58b

Please sign in to comment.