Skip to content

Commit b8b1d72

Browse files
authored
Merge pull request #156 from acbreton/patch-1
Update 03-Style.md
2 parents 63294d0 + 6b84e8d commit b8b1d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-Style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Every IDE and many editors have support for clang-format built in or easily inst
3535
C++ Standard Library (and other well-known C++ libraries like [Boost](http://www.boost.org/)) use these guidelines:
3636

3737
* Macro names use upper case with underscores: `INT_MAX`.
38-
* Template parameter names use camel case: `InputIterator`.
38+
* Template parameter names use Pascal case: `InputIterator`.
3939
* All other names use snake case: `unordered_map`.
4040

4141
## Distinguish Private Object Data

0 commit comments

Comments
 (0)