Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct an error in array_slice function description
There was a copy/paste error in the "name"
  • Loading branch information
andreasneumann committed Aug 9, 2017
1 parent a12346c commit 267286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/array_slice
@@ -1,5 +1,5 @@
{
"name": "array_get",
"name": "array_slice",
"type": "function",
"description": "Returns a portion of the array. The slice is defined by the start_pos and end_pos arguments.",
"arguments": [{
Expand Down

0 comments on commit 267286e

Please sign in to comment.