Skip to content

Commit 238ac4f

Browse files
Merge pull request #13621 from omahs/patch-2
Fix: minor typo
2 parents 2ab0c05 + 28a5448 commit 238ac4f

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)