1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-07 20:30:53 +01:00

Finish a sentence.

This commit is contained in:
Andy Friesen 2021-04-14 12:48:42 -07:00
parent 1bcb4a761d
commit 1c3b82452b

View file

@ -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