Correct an error in array_slice function description

There was a copy/paste error in the "name"
This commit is contained in:
Andreas Neumann 2017-08-09 16:34:20 +02:00 committed by GitHub
parent a12346cca4
commit 267286ee61

View File

@ -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": [{