From eb3bd894f30c31ee2da4f0c7d19d2f60cc060ce1 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Mon, 3 May 2021 20:45:22 +0300 Subject: [PATCH] Update docs/_posts/2021-04-30-luau-recap-april-2021.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2021-04-30-luau-recap-april-2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2021-04-30-luau-recap-april-2021.md b/docs/_posts/2021-04-30-luau-recap-april-2021.md index 3e30c4c7..971c7cf2 100644 --- a/docs/_posts/2021-04-30-luau-recap-april-2021.md +++ b/docs/_posts/2021-04-30-luau-recap-april-2021.md @@ -37,6 +37,6 @@ Read more about the feature [on Roblox Developer forums](https://devforum.roblox ## Behavior changes -Backwards compatibility is very important for Luau, but sometimes a change is required to improve the language or performance. Even still, we try to keep impact of these changes to a minimum: +Backwards compatibility is important for Luau, but sometimes a change is required to fix corner cases in the language / libraries or to improve performance. Even still, we try to keep impact of these changes to a minimum: * __eq tag method will always get called for table comparisons even when a table is compared to itself.