Minor rewording.

This commit is contained in:
Alexander McCord 2021-01-20 00:44:39 -08:00
parent c4288457db
commit 08d4f1b89a

View file

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