1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00
This commit is contained in:
Adria Navarro 2024-01-22 10:44:49 +01:00
parent ac9f8bd498
commit 537eae7b98

View file

@ -126,7 +126,7 @@
"array"
],
"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"
}
},