aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime ?pep? Buquet <pep@bouah.net>2019-03-23 02:27:45 +0000
committerMaxime ?pep? Buquet <pep@bouah.net>2019-03-23 02:27:45 +0000
commit6d02c463f7436544bfce141a7f36bfda417d497f (patch)
tree07be5128d44214e1ca9dcc04dcfd899dafbb06cf
parent49b2878157c4ed51205580848642058e53acdb59 (diff)
downloadprosody-6d02c463f7436544bfce141a7f36bfda417d497f.tar.gz
prosody-6d02c463f7436544bfce141a7f36bfda417d497f.zip
doc/coding_style: remove superfulous bracket in example
-rw-r--r--doc/coding_style.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/coding_style.md b/doc/coding_style.md
index 6f34d371..af1a2502 100644
--- a/doc/coding_style.md
+++ b/doc/coding_style.md
@@ -131,7 +131,6 @@ constants from C.
```lua
local player = { name = "Jack", class = "Rogue" }
-}
```
* Items should be separated by commas. If there are many items, put each