mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Correct an error in array_slice function description
There was a copy/paste error in the "name"
This commit is contained in:
parent
a12346cca4
commit
267286ee61
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "array_get",
|
"name": "array_slice",
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"description": "Returns a portion of the array. The slice is defined by the start_pos and end_pos arguments.",
|
"description": "Returns a portion of the array. The slice is defined by the start_pos and end_pos arguments.",
|
||||||
"arguments": [{
|
"arguments": [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user