mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
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:
parent
1ef901c5e4
commit
849eec53f2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue