Skip to content

Commit

Permalink
Update resources/function_help/json/array_remove_at
Browse files Browse the repository at this point in the history
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
  • Loading branch information
2 people authored and nyalldawson committed Jan 31, 2022
1 parent 6b64270 commit 2175337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/array_remove_at
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "array_remove_at",
"type": "function",
"groups": ["Arrays"],
"description": "Returns an array with the item at the given index remove. Supports positive (0 for the first element) and negative (the last -Nth value, -1 for the last element) index.",
"description": "Returns an array with the item at the given index removed. Supports positive (0 for the first element) and negative (the last -Nth value, -1 for the last element) index.",
"arguments": [ {"arg":"array","description":"an array"},
{"arg":"pos","description":"the position to remove (0 based)"}],
"examples": [ { "expression":"array_remove_at(array(1, 2, 3), 1)", "returns":"[1, 3 ]"},
Expand Down

0 comments on commit 2175337

Please sign in to comment.