From ce61e90135147c7afd3d3e7d60790f8b36f99180 Mon Sep 17 00:00:00 2001 From: Louis Wicket Date: Wed, 22 Mar 2023 15:13:20 +0100 Subject: [PATCH] [FIX] doc: add missing brackets --- doc/reference/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/templates.md b/doc/reference/templates.md index 73143d66..2e27812f 100644 --- a/doc/reference/templates.md +++ b/doc/reference/templates.md @@ -477,7 +477,7 @@ not work with other iterables, such as `Set`. However, it is only a matter of using the `...` javascript operator. For example: ```xml -... +... ``` The `...` operator will convert the `Set` (or any other iterables) into a list,