Update rfcs/property-getter-setter.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Alan Jeffrey 2021-09-20 10:48:04 -05:00 committed by GitHub
parent 054a8b06dd
commit 20310bc6aa
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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