Skip to content

Commit 28a5448

Browse files
authored
Fix: minor typo
Fix: minor typo
1 parent 2ab0c05 commit 28a5448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODING_STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ for (map<ComplexTypeOne, ComplexTypeTwo>::iterator i = l.begin(); i != l.end();
180180
181181
## 9. Naming
182182
183-
1. Avoid unpronouncable names.
183+
1. Avoid unpronounceable names.
184184
2. Names should be shortened only if they are extremely common, but shortening should be generally avoided
185185
3. Avoid prefixes of initials (e.g. do not use `IMyInterface`, `CMyImplementation`)
186186
4. Find short, memorable & (at least semi-) descriptive names for commonly used classes or name-fragments:

0 commit comments

Comments
 (0)