Update docs/_posts/2021-06-30-luau-recap-june-2021.md

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
vegorov-rbx 2021-07-06 23:49:12 +03:00 committed by GitHub
parent 149469e745
commit c1b870925d
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ We have improved the way we handled module `require` calls. Previously, we had a
Handling of union types in equality operators was fixed to remove incorrect error reports.
A new `IsA` function was introduced to check the type of a Roblox Enum.
A new `IsA` method was introduced to EnumItem to check the type of a Roblox Enum.
This is intended to replace the `enumItem.EnumType == Enum.NormalId` pattern in the code for a construct that allows our constraint resolver to infer better types.
Additional fixes include: