Skip to content

Commit 4e61010

Browse files
authored
keep wording more consistent
.... if a bit more monotonous, but that's ok.
1 parent 426ac87 commit 4e61010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19197,7 +19197,7 @@ Nevertheless, the guidance is to use the quoted form for including files that ex
1919719197
#include <string> // From the standard library, requires the <> form
1919819198
#include <some_library/common.h> // A file that is not locally relative, included from another project; use the <> form
1919919199
#include "foo.h" // A file locally relative to foo.cpp, use the "" form
19200-
#include "foo_utils/utils.h" // A file locally relative to foo.cpp, use "" form
19200+
#include "foo_utils/utils.h" // A file locally relative to foo.cpp, use the "" form
1920119201

1920219202
##### Note
1920319203

0 commit comments

Comments
 (0)