This commit is contained in:
4teapo 2024-02-24 15:12:11 +01:00
parent ebfdcee8d8
commit f27c9a5257

View file

@ -86,7 +86,7 @@ local SOME_EXPORTED_VARIABLE: TypeWhichSomeExportedVariableHas = {
} }
return table.freeze({ return table.freeze({
.init, .SOME_EXPORTED_VARIABLE,
}) })
``` ```
Which (arguably) is better. Which (arguably) is better.