Small fix

This commit is contained in:
Vyacheslav Egorov 2021-06-01 18:52:05 +03:00
parent c130fdcca5
commit 7361c2082d

View file

@ -33,7 +33,7 @@ They do not affect how the typechecking of Luau scripts is performed.
## Typechecking improvements
Speaking of typechecking, we've implemented many improvements this month:
* Typechecker will now visit bodies of all member functions, previously we didn't check methods if the self type was unknown
* Typechecker will now visit bodies of all member functions, previously it didn't check methods if the self type was unknown
* Made improvements to cyclic module import detection and error reporting
* Fixed incorrect error on modification of table intersection type fields
* When using an 'or' between a nillable type and a value, the resulting type is now inferred to be non-nil