From 849eec53f2d6ad3695323170907c6c57469a6d81 Mon Sep 17 00:00:00 2001 From: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> Date: Wed, 1 Jun 2022 08:05:55 -0700 Subject: [PATCH] Update docs/_posts/2022-06-01-luau-recap-may-2022.md Co-authored-by: Arseny Kapoulkine --- docs/_posts/2022-06-01-luau-recap-may-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2022-06-01-luau-recap-may-2022.md b/docs/_posts/2022-06-01-luau-recap-may-2022.md index be529579..32e1a7a7 100644 --- a/docs/_posts/2022-06-01-luau-recap-may-2022.md +++ b/docs/_posts/2022-06-01-luau-recap-may-2022.md @@ -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()