From 12a7e1a8cc9f9689b3f2f6ee33027db7390a6833 Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Fri, 8 Oct 2021 18:17:08 -0500 Subject: [PATCH] Responding to code review --- rfcs/property-writeonly.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/rfcs/property-writeonly.md b/rfcs/property-writeonly.md index edc60af6..db1cea7e 100644 --- a/rfcs/property-writeonly.md +++ b/rfcs/property-writeonly.md @@ -149,8 +149,6 @@ gives read-write properties with different types. If we infer such types, we may wish to present them differently, for example TypeScript allows both a getter and a setter. -This may be useful for Roblox scripts that reparent elements in the DM. - ## Drawbacks This is adding to the complexity budget for users, who will be faced