mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/syntax-property-access-modifiers.md
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
f5447a8706
commit
0b9b917ea1
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ or the type:
|
||||||
type Vector2 = { x : number read, y : number read }
|
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
|
easier with symbols, especially since `T?` is already postfix, for
|
||||||
example
|
example
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue