Skip to content

Commit e71ab80

Browse files
author
Colin Robertson
authored
Make grammar checker happy.
1 parent 58fcdcc commit e71ab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/linux-asan-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can pass optional ASan runtime flags by navigating to **Configuration Proper
4040
## Enable ASan for Visual Studio CMake projects
4141

4242
> [!NOTE]
43-
> When building with CMake Presets, ASan must be enabled in your CMakeLists.txt. See [Enable AddressSanitizer for Windows and Linux](../build/cmake-presets-vs.md#enable-addresssanitizer-for-windows-and-linux) for more information.
43+
> To build with CMake Presets, first enable ASan in your CMakeLists.txt file. For more information, see [Enable AddressSanitizer for Windows and Linux](../build/cmake-presets-vs.md#enable-addresssanitizer-for-windows-and-linux).
4444
4545
To enable ASan for CMake, right-click on the CMakeLists.txt file in **Solution Explorer** and choose **CMake Settings for Project**.
4646

0 commit comments

Comments
 (0)