Skip to content

Commit 0447a6c

Browse files
authored
Fix typo in Lua Style Guide(#2714)
Fixes #1695
1 parent a53674e commit 0447a6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dev_guide/lua_style_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _lua_style_guide:
1+
.. _lua_style_guide:
22

33
Lua style guide
44
===============
@@ -404,7 +404,7 @@ knows the Lua language). Instead, tell about functions/variable names/etc.
404404
Multiline comments: use matching (``--[[ ]]--``) instead of simple
405405
(``--[[ ]]``).
406406

407-
Public function comments (??):
407+
Public function comments:
408408

409409
.. code-block:: lua
410410

0 commit comments

Comments
 (0)