We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ce875 commit d8cae22Copy full SHA for d8cae22
docs/system-design/naming.md
@@ -69,7 +69,7 @@
69
70
驼峰命名法应该我们最常见的一个,这种命名方式使用大小写混合的格式来区别各个单词,并且单词之间不使用空格隔开或者连接字符连接的命名方式
71
72
-#### 大驼峰命名法(CamelCase)
+#### 大驼峰命名法(UpperCamelCase)
73
74
**类名需要使用大驼峰命名法(UpperCamelCase)**
75
0 commit comments