From 0b9b917ea1b6ff733f04ea0d097b02e265afb496 Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Mon, 11 Dec 2023 08:25:42 -0800 Subject: [PATCH] Update docs/syntax-property-access-modifiers.md Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com> --- docs/syntax-property-access-modifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax-property-access-modifiers.md b/docs/syntax-property-access-modifiers.md index 9080d96..f5a82d3 100644 --- a/docs/syntax-property-access-modifiers.md +++ b/docs/syntax-property-access-modifiers.md @@ -156,7 +156,7 @@ or the type: type Vector2 = { x : number read, y : number read } ``` -The east-coast options are not easy-to-reade with names, but are +The east-coast options are not easy-to-read with names, but are easier with symbols, especially since `T?` is already postfix, for example