From 20310bc6aa0325e197f8b4312df2d9c56e0824de Mon Sep 17 00:00:00 2001 From: Alan Jeffrey <403333+asajeffrey@users.noreply.github.com> Date: Mon, 20 Sep 2021 10:48:04 -0500 Subject: [PATCH] Update rfcs/property-getter-setter.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- rfcs/property-getter-setter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/property-getter-setter.md b/rfcs/property-getter-setter.md index 7b488341..0d8b4840 100644 --- a/rfcs/property-getter-setter.md +++ b/rfcs/property-getter-setter.md @@ -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