Skip to content

Commit 0647d70

Browse files
FIX: small typo in CONTRIBUTING.md
1 parent 5489ce1 commit 0647d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ git commit -m "Remove a submodule name"
5454
### Naming & synthax convention
5555
Here's the naming convention for this project:
5656
- ` `: lowerCamelCase.
57-
- `type PrivateVariable`: public member of a class
57+
- `type PublicVariable`: public member of a class
5858
- `type m_PrivateVariable`: Hungarian notation with UpperCamelCase for private class members.
5959
- `static type s_StaticVariable`: Hungarian notation with UpperCamelCase for static members of class.
6060
- `APP_SPEC`: Constants with SNAKE_UPPER_CASE.

0 commit comments

Comments
 (0)