From f27c9a525755411e7b57457dd9e75630c0236631 Mon Sep 17 00:00:00 2001 From: 4teapo Date: Sat, 24 Feb 2024 15:12:11 +0100 Subject: [PATCH] fix typo --- docs/syntax-shorthand-field-init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-shorthand-field-init.md b/docs/syntax-shorthand-field-init.md index 91e0964..dc8e381 100644 --- a/docs/syntax-shorthand-field-init.md +++ b/docs/syntax-shorthand-field-init.md @@ -86,7 +86,7 @@ local SOME_EXPORTED_VARIABLE: TypeWhichSomeExportedVariableHas = { } return table.freeze({ - .init, + .SOME_EXPORTED_VARIABLE, }) ``` Which (arguably) is better.