Skip to content

Commit 6549570

Browse files
authoredJul 17, 2023
fix: bug in lua.lua example file kitchen-sink (#5258)
Fix bug in example
1 parent 31bbd6a commit 6549570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎demo/kitchen-sink/docs/lua.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ print([===[
3333
--[=[--
3434
table.maxn is deprecated, use # instead.
3535
--]=]--
36-
print(table.maxn{1,2,[4]=4,[8]=8) -- outputs 8 instead of 2
36+
print(table.maxn{1,2,[4]=4,[8]=8}) -- outputs 8 instead of 2
3737

38-
print(5 --[[ blah ]])
38+
print(5 --[[ blah ]])

0 commit comments

Comments
 (0)
Please sign in to comment.