aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormario02423 <jonathanbmorley@gmail.com>2016-05-10 04:42:57 +0800
committermario02423 <jonathanbmorley@gmail.com>2016-05-10 04:42:57 +0800
commit873c54106cfd1136092ccee2889480a817bad213 (patch)
treeefd5cb45a44a6c6a76beb49f5b26002cf6f86411 /docs
parent9e36bdda8a9552f1885e0a63a85db588623b39b2 (diff)
downloaddexon-solidity-873c54106cfd1136092ccee2889480a817bad213.tar.gz
dexon-solidity-873c54106cfd1136092ccee2889480a817bad213.tar.zst
dexon-solidity-873c54106cfd1136092ccee2889480a817bad213.zip
Update style-guide.rst
Removed extraneous comma from line 366
Diffstat (limited to 'docs')
-rw-r--r--docs/style-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst
index bc32f891..02f89bb8 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -363,7 +363,7 @@ Yes::
address c,
address d,
address e,
- address f,
+ address f
) {
do_something;
}