From 267286ee61c3362cfe914968aa45f548722a0bb4 Mon Sep 17 00:00:00 2001 From: Andreas Neumann Date: Wed, 9 Aug 2017 16:34:20 +0200 Subject: [PATCH] Correct an error in array_slice function description There was a copy/paste error in the "name" --- resources/function_help/json/array_slice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/function_help/json/array_slice b/resources/function_help/json/array_slice index 7faf6dbc233..6e52117bd94 100644 --- a/resources/function_help/json/array_slice +++ b/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": [{