From c1b870925dae04887d107f33eab1254fb3971624 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Tue, 6 Jul 2021 23:49:12 +0300 Subject: [PATCH] Update docs/_posts/2021-06-30-luau-recap-june-2021.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2021-06-30-luau-recap-june-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0ee6aa18..de2e4a18 100644 --- a/docs/_posts/2021-06-30-luau-recap-june-2021.md +++ b/docs/_posts/2021-06-30-luau-recap-june-2021.md @@ -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: