Update docs/syntax-property-access-modifiers.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
Andy Friesen 2023-12-11 08:25:42 -08:00 committed by GitHub
parent f5447a8706
commit 0b9b917ea1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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