Fix sum
This commit is contained in:
parent
ac9f8bd498
commit
537eae7b98
|
@ -126,7 +126,7 @@
|
||||||
"array"
|
"array"
|
||||||
],
|
],
|
||||||
"numArgs": 1,
|
"numArgs": 1,
|
||||||
"example": "{{ sum [1, 2, 3] }} -> 6",
|
"example": "{{ sum 1 2 3 }} -> 6",
|
||||||
"description": "<p>Returns the sum of all numbers in the given array.</p>\n"
|
"description": "<p>Returns the sum of all numbers in the given array.</p>\n"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue