diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef4e4ec9aca69cdb723c2823835e31af0b543b76..4efb04f9d9138a12fdc02d495fb1a6e6f539d823 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ While `clang-format` does the structural formatting, we still need to agree on n - Any static variable has a "g" prefix. A static member variable starts with "fg" - Class member functions start with capital letters - Any class getter begins with "Get", and setter with "Set". Logical getters start with "Is" or "Has". - - enums should be "enum class", and start with a capital "E", enum entries start with "e" + - enums should be "enum class" and start with a capital "E" - Function parameter names start with "v" - We use namespaces to avoid clashes and to structure code