mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Minor rewording.
This commit is contained in:
parent
c4288457db
commit
08d4f1b89a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ local foo
|
|||
foo = 1
|
||||
```
|
||||
|
||||
However, in strict mode, the second snippet would be able to infer `number` for `foo` still.
|
||||
However, given the second snippet in strict mode, the type checker would be able to infer `number` for `foo`.
|
||||
|
||||
## Unknown symbols
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue