aboutsummaryrefslogtreecommitdiffstats
path: root/doc/coding_style.md
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
commit24581c47db0db9739d89339034c4d4e58bcdf8a7 (patch)
tree07be5128d44214e1ca9dcc04dcfd899dafbb06cf /doc/coding_style.md
parentdc241cf18e1976c79296b8857fdd5b5bb50d43c1 (diff)
downloadprosody-24581c47db0db9739d89339034c4d4e58bcdf8a7.tar.gz
prosody-24581c47db0db9739d89339034c4d4e58bcdf8a7.zip
doc/coding_style: remove superfulous bracket in example
Diffstat (limited to 'doc/coding_style.md')
-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