Wordsmithing

This commit is contained in:
ajeffrey@roblox.com 2021-12-06 12:23:01 -06:00
parent 164dc1d575
commit c9c1a53e68

View file

@ -35,7 +35,7 @@ typechecks, but
```
does not.
This causes problems in examples, for example
This causes problems in examples, for instance
```lua
local t : { p: number, q: string? } = { p = 5, q = "hi" }
t = { p = 7 }