diff --git a/docs/syntax-structure-matching.md b/docs/syntax-structure-matching.md index 8f609e7..a213bc9 100644 --- a/docs/syntax-structure-matching.md +++ b/docs/syntax-structure-matching.md @@ -156,7 +156,7 @@ No `=` is used, as this is not an assigning operation. *Open question: should we? or perhaps a different delimiter for visiting without binding? Discuss in comments.* ```Lua -{ { .bar } in .foo } +{ .foo { .bar } } ``` This desugars once to: