mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Fix a typo (#1300)
This commit is contained in:
committed by
Herb Sutter
parent
0fe73c966d
commit
a7fc6f6d4e
@@ -18640,7 +18640,7 @@ Examples are `.hh`, `.C`, and `.cxx`. Use such names equivalently.
|
|||||||
In this document, we refer to `.h` and `.cpp` as a shorthand for header and implementation files,
|
In this document, we refer to `.h` and `.cpp` as a shorthand for header and implementation files,
|
||||||
even though the actual extension may be different.
|
even though the actual extension may be different.
|
||||||
|
|
||||||
Your IDE (if you use one) may have strong opinions about suffices.
|
Your IDE (if you use one) may have strong opinions about suffixes.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user