Skip to content

Commit 225c0d2

Browse files
committed
Improve wording
1 parent 618374c commit 225c0d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ It is OK to push directly to the `main` branch for small changes for example fix
3737

3838
#### Coding style
3939
1. use verbs for the names of functions, nouns for types and structs
40-
1. variable and function names lower case, use underscore if needed
41-
1. Types and structs CamelCase
40+
1. for variable and function names use lower case, underscore if needed
41+
1. use CamelCase for types and structs
4242
1. indent with four spaces
4343
1. max 120 char per line
4444
1. do NOT use an automated code formatter

0 commit comments

Comments
 (0)