diff --git a/docs/_posts/2021-06-30-luau-recap-june-2021.md b/docs/_posts/2021-06-30-luau-recap-june-2021.md index 67aa8e96..0ee6aa18 100644 --- a/docs/_posts/2021-06-30-luau-recap-june-2021.md +++ b/docs/_posts/2021-06-30-luau-recap-june-2021.md @@ -19,7 +19,7 @@ Type guards support include expressions like: * `if enum:IsA("EnumName") then` * `if type(v) == "string" then` -This framework is extensible and we have plans for future improvements with `a == b` equality constraints and handling of table field assignments. +This framework is extensible and we have plans for future improvements with `a == b`/`a ~= b` equality constraints and handling of table field assignments. It is now also possible to get better type information inside `else` blocks of an `if` statement.