small typo (#3145)

This commit is contained in:
Enrico Spinielli 2024-01-08 15:28:53 +01:00 committed by GitHub
parent 37863b2f8b
commit 67a0afe9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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