Add missing "Example" in lua style guide

This commit is contained in:
Talia 2019-07-18 13:02:07 +02:00
parent df865017c8
commit 0ec598a97d

View file

@ -36,6 +36,8 @@ Example:
2. Include separators in the comment (or not) according to the rules in the
table / sequence section
Example:
print("Hello", "World"--[[, "foo", "bar"]])
local elements = { foo, --[[bar,]] }