From 70f7df64302483f21745ff8e0790f5aaa0c01178 Mon Sep 17 00:00:00 2001 From: ethers Date: Thu, 14 Jul 2016 03:29:15 -0700 Subject: mixedCase for modifiers --- docs/style-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3