mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update rfcs/property-getter-setter.md
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
054a8b06dd
commit
20310bc6aa
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