mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
correct
This commit is contained in:
parent
1034425907
commit
e63467b0be
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ This should be backward-compatible, intuitive, and straightforward to implement.
|
|||
|
||||
## Drawbacks
|
||||
|
||||
This requires the user to name their variables consistently, or if using the alternative outlined below, it would require the module to be the same name as the type it exports. However, since this is just syntactic sugar, the user is opting in to use it.
|
||||
This requires the user to name their variables consistently, or if using the alternative outlined below, it would require the module to have the same name as the type it exports. However, since this is just syntactic sugar, the user is opting to use it.
|
||||
|
||||
## Alternatives
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue