mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-08 04:40:54 +01:00
Finish a sentence.
This commit is contained in:
parent
1bcb4a761d
commit
1c3b82452b
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ end
|
||||||
|
|
||||||
This warning is emitted when a script defines two functions with the same name in the same scope.
|
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
|
```lua
|
||||||
function foo() end
|
function foo() end
|
||||||
|
|
Loading…
Add table
Reference in a new issue