Merge pull request #721 from ethers/patch-5

mixedCase for modifiers
This commit is contained in:
chriseth 2016-07-26 18:25:46 +02:00 committed by GitHub
commit 2dbadbabb3

View File

@ -640,7 +640,7 @@ words. (for example:``MAX_BLOCKS``)
Modifiers
=========
Function modifiers should use lowercase words separated by underscores.
Use mixedCase.
Avoiding Collisions