diff options
author | chriseth <c@ethdev.com> | 2016-07-27 00:25:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 00:25:46 +0800 |
commit | 2dbadbabb3eba4f4649d22b443a866034e75385c (patch) | |
tree | 4b7f5c090b4981aa8be476ca5d40195b50dddf4b /docs | |
parent | 17957d3a93a0d7cf6d4a0081d72ee7e35c898c56 (diff) | |
parent | 70f7df64302483f21745ff8e0790f5aaa0c01178 (diff) | |
download | dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar.gz dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar.bz2 dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar.lz dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar.xz dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.tar.zst dexon-solidity-2dbadbabb3eba4f4649d22b443a866034e75385c.zip |
Merge pull request #721 from ethers/patch-5
mixedCase for modifiers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst index 99db8147..c509a9d4 100644 --- a/docs/style-guide.rst +++ b/docs/style-guide.rst @@ -640,7 +640,7 @@ words. (for example:``MAX_BLOCKS``) Modifiers ========= -Function modifiers should use lowercase words separated by underscores. +Use mixedCase. Avoiding Collisions |