Skip to content

Commit 070b496

Browse files
Merge pull request #4713 from corob-msft/learn/corob/cpp-docs-4313-followup
Followup for cpp-docs 4313
2 parents 9d589b4 + e5f617f commit 070b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Starting in Visual Studio 2019 version 16.9, Microsoft's AddressSanitizer techno
4444

4545
### Install AddressSanitizer
4646

47-
C++ workloads in the Visual Studio Installer install AddressSanitizer IDE integration and libraries by default. However, if you're upgrading from an older version of Visual Studio 2019, use the Installer to enable ASan support after the upgrade:
47+
C++ workloads in the Visual Studio Installer install the AddressSanitizer libraries and IDE integration by default. However, if you're upgrading from an older version of Visual Studio 2019, use the Installer to enable ASan support after the upgrade:
4848

4949
:::image type="content" source="media/asan-installer-option.png" alt-text="Visual Studio Installer screenshot highlighting the C++ AddressSanitizer component":::
5050

0 commit comments

Comments
 (0)