mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
fix typo
This commit is contained in:
parent
ebfdcee8d8
commit
f27c9a5257
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue