diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:14:15 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:44:55 +0100 |
commit | f5145607ce2933fa9ae8cfb99e651a3dc3860fef (patch) | |
tree | 1ef99129d09df63b441349289bd81f17ca2fdb3a /docs/templates.md | |
parent | 383366bc064040e6b6323cce459019e0a147a636 (diff) |
docs: spread
Diffstat (limited to 'docs/templates.md')
-rw-r--r-- | docs/templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 <details> <summary>Syntax:</summary> - <code>{{#spread <i>iterable1</i> <i>iterable2</i> <i>...</i> <i>iterableN</i>}}{{/spread}}</code> + <code>{{spread <i>iterable1</i> <i>iterable2</i> <i>...</i> <i>iterableN</i>}}</code> * _`iterableN`_ <br> A variable amount of iterable objects to combine into a single array. |