From a85808cfea535266e4d50f17fc3d160a461d7e1a Mon Sep 17 00:00:00 2001 From: "Daniel P H Fox (Roblox)" Date: Fri, 7 Feb 2025 10:07:30 -0800 Subject: [PATCH] Whooops --- docs/syntax-structure-matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: