mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-04-03 18:10:56 +01:00
Update syntax-frozen-tables.md
This commit is contained in:
parent
b50bd64ebb
commit
1b30e29374
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ TableUtils.join(
|
|||
)
|
||||
```
|
||||
|
||||
This leaves the feature in an awkward place, where it provides great theoretical benefits, but is much more verbose to express.
|
||||
This leaves the feature in an awkward place, where it provides great theoretical benefits, especially as a "sensible default", but is much more verbose to express and so can't properly serve that purpose.
|
||||
|
||||
Ideally, frozen tables should have only marginal cost to adopt, to reduce friction and encourage wider usage.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue