Array instead of string

This commit is contained in:
Adria Navarro 2024-01-22 12:18:47 +01:00
parent 6abaf589ff
commit 142b404a91
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"
} }
}, },