diff --git a/docs/_posts/2021-05-31-luau-recap-may-2021.md b/docs/_posts/2021-05-31-luau-recap-may-2021.md index 6c3da5cd..5c107946 100644 --- a/docs/_posts/2021-05-31-luau-recap-may-2021.md +++ b/docs/_posts/2021-05-31-luau-recap-may-2021.md @@ -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