From 67a0afe9bd7bb176c629f5040af63f68ddf48752 Mon Sep 17 00:00:00 2001 From: Enrico Spinielli Date: Mon, 8 Jan 2024 15:28:53 +0100 Subject: [PATCH] small typo (#3145) --- docs/reference/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md index 668fe1e74..ee9478bb1 100644 --- a/docs/reference/scripting.md +++ b/docs/reference/scripting.md @@ -51,7 +51,7 @@ _blocks:_ functions. That is, `{list([A], [B])}` is equivalent to `{list[A][B]}`. Content and code blocks can be nested arbitrarily. In the example below, -`{[hello]}` is joined with the output of `{a + [ the ] + b}` yielding +`{[hello ]}` is joined with the output of `{a + [ the ] + b}` yielding `{[hello from the *world*]}`. ```example