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