Skip to content

Commit f0df71c

Browse files
authored
Merge pull request #5598 from Rageking8/clean-up-2-stray-backticks
Clean up 2 stray backticks
2 parents 9398b0e + e8cfc6a commit f0df71c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mfc/reference/cdc-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4588,7 +4588,7 @@ BOOL Polyline(
45884588
*`lpPoints`*\
45894589
Points to an array of `POINT` structures or `CPoint` objects to be connected.
45904590

4591-
*`nCount`*`\
4591+
*`nCount`*\
45924592
Specifies the number of points in the array. This value must be at least 2.
45934593

45944594
### Return Value

docs/sanitizers/asan-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following options and functionality are incompatible with [`/fsanitize=addre
2323
- [C++ AMP](../parallel/amp/cpp-amp-overview.md) is unsupported, and should be disabled.
2424
- [Universal Windows Platform](../cppcx/universal-windows-apps-cpp.md) (UWP) applications are unsupported.
2525
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
26-
- [Precompiled headers built without `/fsanitize`address`](../build/creating-precompiled-header-files.md#consistency-rules-for-yc-and-yu) are unsupported.
26+
- [Precompiled headers built without `/fsanitize=address`](../build/creating-precompiled-header-files.md#consistency-rules-for-yc-and-yu) are unsupported.
2727

2828
## Standard library support
2929

0 commit comments

Comments
 (0)