diff options
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 |