Skip to content

Commit

Permalink
Fix array_slice example
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Oct 15, 2020
1 parent fff2098 commit 710230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/array_slice
Expand Up @@ -45,7 +45,7 @@
"returns": "[ 'Valmiera', 'Chugiak' ]"
},
{
"expression": "array_slice(array_slice(array('Dufour','Valmiera','Chugiak','Brighton'),-2,-1)",
"expression": "array_slice(array('Dufour','Valmiera','Chugiak','Brighton'),-2,-1)",
"returns": "[ 'Chugiak', 'Brighton' ]"
}
]
Expand Down

0 comments on commit 710230c

Please sign in to comment.