From 3bb50be55d97f7a8b7acc4a8484d0b3d10bbaa13 Mon Sep 17 00:00:00 2001 From: "Daniel P H Fox (Roblox)" Date: Tue, 28 Jan 2025 16:33:50 -0800 Subject: [PATCH] typo --- 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 2d20414..f28805a 100644 --- a/docs/syntax-structure-matching.md +++ b/docs/syntax-structure-matching.md @@ -99,7 +99,7 @@ An identifier is specified on the right hand side, showing where the value will This desugars to: ```Lua -foo, bar = data["foo"], data[bar()] +foo, bar = data["foo"], data[#data] ``` #### Dot keys with names