Change the intro format so it shows up in the news section snippet

This commit is contained in:
Vyacheslav Egorov 2022-06-01 16:49:26 +03:00
parent b56b2a71b8
commit d272553f0f

View file

@ -3,12 +3,10 @@ layout: single
title: "Luau Recap: May 2022" title: "Luau Recap: May 2022"
--- ---
Read more about Luau at [https://luau-lang.org](https://luau-lang.org). This month Luau team has worked to bring you a new language feature together with more typechecking improvements and bugfixes!
[Cross-posted to the [Roblox Developer Forum](https://devforum.roblox.com/t/luau-recap-may-2022/).] [Cross-posted to the [Roblox Developer Forum](https://devforum.roblox.com/t/luau-recap-may-2022/).]
This month Luau team has worked to bring you a new language feature together with more typechecking improvements and bugfixes!
## Generalized iteration ## Generalized iteration
We have extended the semantics of standard Lua syntax for iterating through containers, `for vars in values` with support for generalized iteration. We have extended the semantics of standard Lua syntax for iterating through containers, `for vars in values` with support for generalized iteration.