mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Wordsmithing
This commit is contained in:
parent
164dc1d575
commit
c9c1a53e68
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue