diff --git a/README.md b/README.md index ed00e479041..0106387d15a 100644 --- a/README.md +++ b/README.md @@ -416,7 +416,7 @@ The test matrices include both ASan and non-ASan configurations if you don't pas to exclude one or the other. However, to instrument the separately-compiled code (the DLL, the satellites, the [Import Library][] - everything that's -in `/stl/src`), you need to build the STL with ASan. Change the build steps to add `-DSTL_ASAN_BUILD=ON`: +in `stl\src`), you need to build the STL with ASan. Change the build steps to add `-DSTL_ASAN_BUILD=ON`: ``` cmake --preset x64 -DSTL_ASAN_BUILD=ON @@ -509,8 +509,7 @@ flowchart TB Provides compiler support mechanisms that live in each binary; such as machinery to call constructors and destructors for global - variables, the entry point, and the /GS cookie. - + variables, the entry point, and the /GS cookie.
Merged into static and import libraries of VCRuntime.") VCRuntimeNode("VCRuntime Provides compiler support mechanisms that can be