Skip to content

Commit 8eb0719

Browse files
committed
Rename UPPER_CAMEL_CASE to UPPER_SNAKE_CASE in Coding Style
1 parent 1e8a338 commit 8eb0719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ General Style
3434
- UpperCamelCase for class and type names
3535
- lowerCamelCase for functions and variables.
3636
- Single line ternary operators are fine.
37-
- UPPER_CAMEL_CASE for constants
37+
- UPPER_SNAKE_CASE for constants
3838
- Single quotes for strings by default, for consistency with most JavaScript styles:
3939

4040
```javascript

0 commit comments

Comments
 (0)