mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update status on forgotten RFC
This commit is contained in:
parent
8c5b73e022
commit
1217a956d5
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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".
|
||||
|
|
Loading…
Add table
Reference in a new issue