diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index dc97c61e22f..6d21c198e15 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -111,10 +111,10 @@ Structure Naming Conventions ------------------ -* Use camelCase, not underscores, for variable, function and method +* Use camelCase, not underscores, for variable, argument, parameter names, function and method names; -* Use underscores for option, argument, parameter names; +* Use underscores for option; * Use namespaces for all classes;