Update status on forgotten RFC

This commit is contained in:
Arseny Kapoulkine 2022-03-29 13:20:55 -07:00
parent 8c5b73e022
commit 1217a956d5
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,6 @@ This document tracks unimplemented RFCs.
## Sealed/unsealed typing changes
[RFC: Only strip optional properties from unsealed tables during subtyping](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-subtyping-strips-optional-properties.md)
[RFC: Unsealed table assignment creates an optional property](https://github.com/Roblox/luau/blob/master/rfcs/unsealed-table-assign-optional-property.md)
**Status**: Implemented but not fully rolled out yet.

View file

@ -1,5 +1,7 @@
# Unsealed table assignment creates an optional property
**Status**: Implemented
## Summary
In Luau, tables have a state, which can, among others, be "unsealed".