mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Update C++ style guide to 3.175:
- Fix typo.
This commit is contained in:
parent
42e59b0ce7
commit
7d78fd4e6a
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<p align="right">
|
<p align="right">
|
||||||
|
|
||||||
Revision 3.174
|
Revision 3.175
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -596,7 +596,7 @@ Tashana Landray
|
||||||
|
|
||||||
// Shorten access to some commonly used names (in a .h file).
|
// Shorten access to some commonly used names (in a .h file).
|
||||||
namespace librarian {
|
namespace librarian {
|
||||||
// The following alias is avaliable to all files including
|
// The following alias is available to all files including
|
||||||
// this header (in namespace librarian):
|
// this header (in namespace librarian):
|
||||||
// alias names should therefore be chosen consistently
|
// alias names should therefore be chosen consistently
|
||||||
// within a project.
|
// within a project.
|
||||||
|
@ -4529,7 +4529,7 @@ Tashana Landray
|
||||||
<HR/>
|
<HR/>
|
||||||
|
|
||||||
<p align="right">
|
<p align="right">
|
||||||
Revision 3.174
|
Revision 3.175
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user