This commit is contained in:
Adria Navarro 2024-01-22 10:44:49 +01:00
parent ac9f8bd498
commit 537eae7b98
1 changed files with 1 additions and 1 deletions

View File

@ -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"
} }
}, },