Skip to content

Commit d270c5e

Browse files
authored
Update LuaGlobals.yaml
1 parent 1f26389 commit d270c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/globals/LuaGlobals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ functions:
348348
plus the error message.
349349
350350
```lua
351-
local function divideByFive(n: number)
351+
local function divideByFive(n)
352352
return n / 5
353353
end
354354

0 commit comments

Comments
 (0)