aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-09-05 22:29:08 +0800
committerchriseth <c@ethdev.com>2016-09-07 01:11:41 +0800
commit4f5a95d569408e6a0a94c54b1eb39ea62b873c5e (patch)
treee0624ae19d837fb8e2acf9f828c4464e9e788c60 /docs/style-guide.rst
parentfbe0edb32c973166efbd5c0ac556f37fd38584d6 (diff)
downloaddexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar.gz
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar.bz2
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar.lz
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar.xz
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.tar.zst
dexon-solidity-4f5a95d569408e6a0a94c54b1eb39ea62b873c5e.zip
Update documentation to version 0.4.0.
Diffstat (limited to 'docs/style-guide.rst')
-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 d2d922df..272a1b31 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -615,7 +615,7 @@ indistinguishable from the numerals one and zero.
Contract and Library Names
==========================
-Contracts should be named using the CapWords style.
+Contracts and libraries should be named using the CapWords style.
Events