Skip to content

Commit

Permalink
Merge pull request #4957 from andreasneumann/master
Browse files Browse the repository at this point in the history
Correct help of expression array_remove_all
  • Loading branch information
andreasneumann committed Aug 4, 2017
2 parents f964428 + c2138ca commit aaac8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/array_remove_all
Expand Up @@ -3,6 +3,6 @@
"type": "function",
"description": "Returns an array with all the entries of the given value removed.",
"arguments": [ {"arg":"array","description":"an array"},
{"arg":"value","description":"the value to add"}],
{"arg":"value","description":"the values to remove"}],
"examples": [ { "expression":"array_remove_all(array('a','b','c','b'),'b')", "returns":"array: 'a','c'"}]
}

0 comments on commit aaac8bd

Please sign in to comment.