Skip to content

Commit fbf4342

Browse files
tmr-glenkis
authored andcommitted
lua style guide: fix typo
1 parent 29275ee commit fbf4342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contributing/lua_style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ add a prefix, or add a table instead of a prefix:
303303
function bad_global_example()
304304
end
305305
306-
function good_local_example()
306+
local function good_local_example()
307307
end
308308
-- Good
309309
_G.modulename_good_local_example = good_local_example

0 commit comments

Comments
 (0)