Update rfcs/unsealed-table-literals.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Alan Jeffrey 2022-01-06 12:47:44 -06:00 committed by GitHub
parent 8d3f485d14
commit 9392a3cc38
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,4 +73,4 @@ We could introduce a new table state for unsealed-but-precise
tables. The trade-off is that that would be more precise, at the cost tables. The trade-off is that that would be more precise, at the cost
of adding user-visible complexity to the type system. of adding user-visible complexity to the type system.
We could contine to treat array-like tables as sealed. We could continue to treat array-like tables as sealed.