Update docs/_posts/2021-04-30-luau-recap-april-2021.md

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
vegorov-rbx 2021-05-03 20:45:22 +03:00 committed by GitHub
parent fc5d095c4c
commit eb3bd894f3
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.