From 1c3b82452b906b3ffe445956225a59314aafbc5e Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Wed, 14 Apr 2021 12:48:42 -0700 Subject: [PATCH] Finish a sentence. --- docs/_pages/lint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/lint.md b/docs/_pages/lint.md index 33994ee6..2977a103 100644 --- a/docs/_pages/lint.md +++ b/docs/_pages/lint.md @@ -249,7 +249,7 @@ end This warning is emitted when a script defines two functions with the same name in the same scope. -The warning is not produced when the functions are defined in different scopes because this is much more likely to be +The warning is not produced when the functions are defined in different scopes because this is much more likely to be intentional. ```lua function foo() end