From f5145607ce2933fa9ae8cfb99e651a3dc3860fef Mon Sep 17 00:00:00 2001 From: praschke Date: Mon, 16 Oct 2023 23:14:15 +0100 Subject: docs: spread --- docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.md b/docs/templates.md index b7e75437..d27382fe 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -279,7 +279,7 @@ This allows it to be used similar to an [`Array.concat`](https://developer.mozil
Syntax: - {{#spread iterable1 iterable2 ... iterableN}}{{/spread}} + {{spread iterable1 iterable2 ... iterableN}} * _`iterableN`_
A variable amount of iterable objects to combine into a single array. -- cgit v1.2.3