mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Merge remote-tracking branch 'origin/ajeffrey-property-getter-setter' into ajeffrey-property-getter-setter
This commit is contained in:
commit
6e57daa52d
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Methods in classes should be read-only by default.
|
|||
|
||||
Getter and setter types apply to classes as well as tables.
|
||||
|
||||
Many of the Roblox APIs an be marked as having getters but not
|
||||
Many of the Roblox APIs can be marked as having getters but not
|
||||
setters, which will improve accuracy of type checking for Roblox APIs.
|
||||
|
||||
### Metatables
|
||||
|
|
Loading…
Add table
Reference in a new issue