From ced601db81d8f8f547dc7c57ef5e592200a4cdea Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Mon, 11 Oct 2021 10:03:43 -0500 Subject: [PATCH] Responding to code review --- rfcs/property-writeonly.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/property-writeonly.md b/rfcs/property-writeonly.md index db1cea7e..a66561bb 100644 --- a/rfcs/property-writeonly.md +++ b/rfcs/property-writeonly.md @@ -2,7 +2,7 @@ ## Summary -Allow properties of classes and tables to be marked as write-only. +Allow properties of classes and tables to be inferred as write-only. ## Motivation