Emumerations > Enumerations

pull/526/head
863056768 3 years ago committed by GitHub
parent 9ffed5ff68
commit ea3530cc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@
| 模块 Modules | `snake_case` |
| 类型 Types | `UpperCamelCase` |
| 特征 Traits | `UpperCamelCase` |
| 枚举 Emumerations | `UpperCamelCase` |
| 枚举 Enumerations | `UpperCamelCase` |
| 结构体 Structs | `UpperCamelCase` |
| 函数 Functions | `snake_case` |
| 方法 Methods | `snake_case` |

Loading…
Cancel
Save