Skip to content

Commit 267286e

Browse files
authoredAug 9, 2017
Correct an error in array_slice function description
There was a copy/paste error in the "name"
1 parent a12346c commit 267286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/function_help/json/array_slice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "array_get",
2+
"name": "array_slice",
33
"type": "function",
44
"description": "Returns a portion of the array. The slice is defined by the start_pos and end_pos arguments.",
55
"arguments": [{

0 commit comments

Comments
 (0)
Please sign in to comment.