未验证 提交 4e61010c 编写于 作者: A apenn-msft 提交者: GitHub

keep wording more consistent

.... if a bit more monotonous, but that's ok.
上级 426ac874
...@@ -19197,7 +19197,7 @@ Nevertheless, the guidance is to use the quoted form for including files that ex ...@@ -19197,7 +19197,7 @@ Nevertheless, the guidance is to use the quoted form for including files that ex
#include <string> // From the standard library, requires the <> form #include <string> // From the standard library, requires the <> form
#include <some_library/common.h> // A file that is not locally relative, included from another project; use the <> form #include <some_library/common.h> // A file that is not locally relative, included from another project; use the <> form
#include "foo.h" // A file locally relative to foo.cpp, use the "" form #include "foo.h" // A file locally relative to foo.cpp, use the "" form
#include "foo_utils/utils.h" // A file locally relative to foo.cpp, use "" form #include "foo_utils/utils.h" // A file locally relative to foo.cpp, use the "" form
##### Note ##### Note
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册