Skip to content

Clean up 2 stray backticks #5598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mfc/reference/cdc-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -4588,7 +4588,7 @@ BOOL Polyline(
*`lpPoints`*\
Points to an array of `POINT` structures or `CPoint` objects to be connected.

*`nCount`*`\
*`nCount`*\
Specifies the number of points in the array. This value must be at least 2.

### Return Value
Expand Down
2 changes: 1 addition & 1 deletion docs/sanitizers/asan-known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following options and functionality are incompatible with [`/fsanitize=addre
- [C++ AMP](../parallel/amp/cpp-amp-overview.md) is unsupported, and should be disabled.
- [Universal Windows Platform](../cppcx/universal-windows-apps-cpp.md) (UWP) applications are unsupported.
- [Special case list](https://clang.llvm.org/docs/SanitizerSpecialCaseList.html) files are unsupported.
- [Precompiled headers built without `/fsanitize`address`](../build/creating-precompiled-header-files.md#consistency-rules-for-yc-and-yu) are unsupported.
- [Precompiled headers built without `/fsanitize=address`](../build/creating-precompiled-header-files.md#consistency-rules-for-yc-and-yu) are unsupported.

## Standard library support

Expand Down