Explorar o código

Use correct style name: PascalCase instead of CamelCase

chinhodado %!s(int64=11) %!d(string=hai) anos
pai
achega
b2f49cefb8
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -10,16 +10,16 @@ Citra is a brand new project, so we have a great opportunity to keep things clea
 
 ### Naming Rules
 * Functions
- * CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore)
+ * PascalCase, "_" may also be used for clarity (e.g. ARM_InitCore)
 * Variables
  * lower_case_underscored
  * Prefix "g_" if global
 * Classes
- * CamelCase, "_" may also be used for clarity (e.g. OGL_VideoInterface)
+ * PascalCase, "_" may also be used for clarity (e.g. OGL_VideoInterface)
 * Files/Folders
  * lower_case_underscored
 * Namespaces
- * CamelCase, "_" may also be used for clarity (e.g. ARM_InitCore)
+ * PascalCase, "_" may also be used for clarity (e.g. ARM_InitCore)
 
 ### Indentation/Whitespace Style
 Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spaces instead.