diff options
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/scripting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md index 668fe1e7..ee9478bb 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 |
