Update docs/_posts/2022-06-01-luau-recap-may-2022.md

Co-authored-by: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
This commit is contained in:
vegorov-rbx 2022-06-01 08:05:55 -07:00 committed by GitHub
parent 1ef901c5e4
commit 849eec53f2
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ Studio autocomplete has received a few improvements:
## Linter improvements
`global-used-as-local` lint warning has been extended to notice when global variable writes always happen before their use in a local scope, suggesting that they can be replaced with a local variable:
`GlobalUsedAsLocal` lint warning has been extended to notice when global variable writes always happen before their use in a local scope, suggesting that they can be replaced with a local variable:
```lua
function bar()