diff options
author | ethers <ethereum@outlook.com> | 2016-07-14 18:29:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-14 18:29:15 +0800 |
commit | 70f7df64302483f21745ff8e0790f5aaa0c01178 (patch) | |
tree | 593731603c0f73f906ff9b0538114bb3452e3f2c /docs | |
parent | efad1e05ac97c9460846778af566a7ec7f37d207 (diff) | |
download | dexon-solidity-70f7df64302483f21745ff8e0790f5aaa0c01178.tar.gz dexon-solidity-70f7df64302483f21745ff8e0790f5aaa0c01178.tar.zst dexon-solidity-70f7df64302483f21745ff8e0790f5aaa0c01178.zip |
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 |