diff options
Diffstat (limited to 'doc/coding.txt')
-rw-r--r-- | doc/coding.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding.txt b/doc/coding.txt index b3c812a486..cc41850a5c 100644 --- a/doc/coding.txt +++ b/doc/coding.txt @@ -22,8 +22,8 @@ bool Function(char* psz, int n) - No extra spaces inside parenthesis; please don't do ( this )
- No space after function names, one space after if, for and while
-Variable names begin with the type in lowercase, like nSomeVariable.
-Please don't put the first word of the variable name in lowercase like
+Variable names begin with the type in lower-case, like nSomeVariable.
+Please don't put the first word of the variable name in lower-case like
someVariable.
Common types:
|