Skip to content

Commit aaac8bd

Browse files
authoredAug 4, 2017
Merge pull request #4957 from andreasneumann/master
Correct help of expression array_remove_all
2 parents f964428 + c2138ca commit aaac8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/array_remove_all

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"type": "function",
44
"description": "Returns an array with all the entries of the given value removed.",
55
"arguments": [ {"arg":"array","description":"an array"},
6-
{"arg":"value","description":"the value to add"}],
6+
{"arg":"value","description":"the values to remove"}],
77
"examples": [ { "expression":"array_remove_all(array('a','b','c','b'),'b')", "returns":"array: 'a','c'"}]
88
}

0 commit comments

Comments
 (0)
Please sign in to comment.