Skip to content

Commit 16b473f

Browse files
author
Colin Robertson
committed
Fix clunky language in note
1 parent 25bc16e commit 16b473f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/code-quality/demo-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,6 @@ The solution is now complete and should build without errors.
325325
::: moniker range="vs-2017"
326326

327327
> [!NOTE]
328-
> In Visual Studio 2017, you may see a spurious warning `E1097 unknown attribute "no_init_all"` in the IntelliSense engine. This warning may safely be ignored.
328+
> In Visual Studio 2017, you may see a spurious warning `E1097 unknown attribute "no_init_all"` in the IntelliSense engine. You can safely ignore this warning.
329329
330330
::: moniker-end

docs/code-quality/walkthrough-analyzing-c-cpp-code-for-defects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ In this walkthrough, you'll:
6262
The solution builds without any errors or warnings.
6363

6464
> [!NOTE]
65-
> In Visual Studio 2017, you may see a spurious warning `E1097 unknown attribute "no_init_all"` in the IntelliSense engine. This warning may safely be ignored.
65+
> In Visual Studio 2017, you may see a spurious warning `E1097 unknown attribute "no_init_all"` in the IntelliSense engine. You can safely ignore this warning.
6666
6767
1. In **Solution Explorer**, select the CodeDefects project.
6868

0 commit comments

Comments
 (0)