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.