diff options
Diffstat (limited to 'docs/design/coding-conventions.md')
| -rw-r--r-- | docs/design/coding-conventions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/coding-conventions.md b/docs/design/coding-conventions.md index 4223bee93..bc540783a 100644 --- a/docs/design/coding-conventions.md +++ b/docs/design/coding-conventions.md @@ -237,7 +237,7 @@ enum Note that the type name reflects the plural case, while the cases that represent individual bits are named with a singular prefix. -In public APIs, all `enum`s should use the style of separating the type defintion from the `enum`, and all cases should use `SCREAMING_SNAKE_CASE`: +In public APIs, all `enum`s should use the style of separating the type definition from the `enum`, and all cases should use `SCREAMING_SNAKE_CASE`: ```c++ typedef unsigned int SlangAxes; |
