Skip to content

Commit 9605bbd

Browse files
authored
Make clear function argument case in dev notes
1 parent b312579 commit 9605bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tool to clean up patches automatically before submission.
6969
- **Symbol naming conventions**. These are preferred in new code, but are not
7070
required when doing so would need changes to significant pieces of existing
7171
code.
72-
- Variable and namespace names are all lowercase, and may use `_` to
72+
- Variable (including function arguments) and namespace names are all lowercase, and may use `_` to
7373
separate words (snake_case).
7474
- Class member variables have a `m_` prefix.
7575
- Global variables have a `g_` prefix.

0 commit comments

Comments
 (0)