diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-03-23 02:27:45 +0000 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-03-23 02:27:45 +0000 |
commit | 24581c47db0db9739d89339034c4d4e58bcdf8a7 (patch) | |
tree | 07be5128d44214e1ca9dcc04dcfd899dafbb06cf /doc | |
parent | dc241cf18e1976c79296b8857fdd5b5bb50d43c1 (diff) | |
download | prosody-24581c47db0db9739d89339034c4d4e58bcdf8a7.tar.gz prosody-24581c47db0db9739d89339034c4d4e58bcdf8a7.zip |
doc/coding_style: remove superfulous bracket in example
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding_style.md | 1 |
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 |