Skip to content

Commit 2f3131d

Browse files
authored
Merge pull request #5240 from Rageking8/fix-more-issues-around-backticks
Fix more issues around backticks
2 parents 7db57e7 + 2850e2e commit 2f3131d

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

docs/cpp/bstr-t-assign.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
description: "Learn more about: _bstr_t::Assign"
32
title: "_bstr_t::Assign"
3+
description: "Learn more about: _bstr_t::Assign"
44
ms.date: 02/02/2021
55
f1_keywords: ["_bstr_t::Assign"]
66
helpviewer_keywords: ["Assign method [C++]"]
77
---
8-
# _`bstr_t::Assign`
8+
# `_bstr_t::Assign`
99

1010
**Microsoft Specific**
1111

docs/mfc/tn038-mfc-ole-iunknown-implementation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
2-
description: "Learn more about: TN038: MFC/OLE IUnknown Implementation"
32
title: "TN038: MFC-OLE IUnknown Implementation"
3+
description: "Learn more about: TN038: MFC/OLE IUnknown Implementation"
44
ms.date: "06/28/2018"
55
helpviewer_keywords: ["aggregation macros [MFC]", "COM interfaces, base interface", "IUnknown interface", "END_INTERFACE_MAP macro [MFC]", "TN038", "BEGIN_INTERFACE_PART macro [MFC]", "DECLARE_INTERFACE_MAP macro [MFC]", "BEGIN_INTERFACE_MAP macro [MFC]", "OLE [MFC], implementing IUnknown interface", "METHOD_PROLOGUE macro [MFC]", "STDMETHOD macro [MFC]", "END_INTERFACE_PART macro [MFC]", "INTERFACE_PART macro"]
6-
ms.assetid: 19d946ba-beaf-4881-85c6-0b598d7f6f11
76
---
87
# TN038: MFC/OLE IUnknown Implementation
98

@@ -518,7 +517,7 @@ END_INTERFACE_PART(MyAdviseSink)
518517
would define a local class called XMyAdviseSink derived from IAdviseSink, and a member of the class in which it is declared called m_xMyAdviseSink.Note:
519518

520519
> [!NOTE]
521-
> The lines beginning with `STDMETHOD`_ are essentially copied from OLE2.H and modified slightly. Copying them from OLE2.H can reduce errors that are hard to resolve.
520+
> The lines beginning with `STDMETHOD_` are essentially copied from OLE2.H and modified slightly. Copying them from OLE2.H can reduce errors that are hard to resolve.
522521
523522
### BEGIN_INTERFACE_MAP and END_INTERFACE_MAP — Macro Descriptions
524523

docs/overview/what-s-new-for-visual-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Select Standard Library (STL) improvements are highlighted here. For a comprehen
559559
- Added debugging visualizers to improve how the following types are displayed: `source_location`, `bind_front()`, `u8string` (and its iterators), `default_sentinel_t`, `unreachable_sentinel_t`, `ranges::empty_view`, `ranges::single_view`, `ranges::iota_view` (and its iterator/sentinel), `ranges::ref_view`, `thread`, `thread::id`, `jthread`, and `filesystem::path`
560560
- Added `[[nodiscard]]` to the `stoi()` family of functions in `<string>` and to various functions in `<locale>` such as the `collate` member functions, `has_facet()`, and the `isalnum()` and `tolower()` families.
561561
- [P0980R1](https://wg21.link/P0980R1) Made `std::string` `constexpr` in VS 2019 16.10. Now supported for Clang.
562-
- [P1004R2](https://wg21.link/P1004R2) Made `std::vector` `constexpr`in VS 2019 16.10. Now supported for Clang.
562+
- [P1004R2](https://wg21.link/P1004R2) Made `std::vector` `constexpr` in VS 2019 16.10. Now supported for Clang.
563563

564564
**Highlighted C++23 features**
565565

docs/standard-library/chrono-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ int main()
563563

564564
### Remarks
565565

566-
**7)** If `%Z` is used and successfully parsed, that value will be assigned to `*abbrev `if `abbrev` is non-null. If `%z` (or a modified variant) is used and successfully parsed, that value will be assigned to `*offset` if `offset` is non-null.
566+
**7)** If `%Z` is used and successfully parsed, that value will be assigned to `*abbrev` if `abbrev` is non-null. If `%z` (or a modified variant) is used and successfully parsed, that value will be assigned to `*offset` if `offset` is non-null.
567567

568568
**12)** If `%Z` is used and successfully parsed, that value will be assigned to `*abbrev` if `abbrev` is non-null. If `%z` (or a modified variant) is used and successfully parsed, that value will be assigned to `*offset` if `offset` is non-null.
569569

@@ -987,4 +987,4 @@ Unless `ToDuration` is a specialization of [`duration`](../standard-library/dura
987987
[`chrono` operators](./chrono-operators.md)\
988988
[`duration` class](./duration-class.md)\
989989
[`time_point` class](./time-point-class.md)\
990-
[`time_zone` class](./time-zone-class.md)
990+
[`time_zone` class](./time-zone-class.md)

docs/standard-library/month-weekday-last-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: month_weekday_last Class"
32
title: "month_weekday_last class"
3+
description: "Learn more about: month_weekday_last Class"
44
ms.date: "6/28/2021"
55
f1_keywords: ["chrono/std::chrono::month_weekday_last", "chrono/std::chrono::month_weekday_last::ok", "std::chrono::month_weekday_last::month_weekday_last", "chrono/std::chrono::month_weekday_last::ok", "chrono/std::chrono::month_weekday_last::month"]
66
helpviewer_keywords: ["std::chrono [C++], month_weekday_last"]
@@ -59,7 +59,7 @@ constexpr month_weekday_last(const month& m, const weekday_last& wdl) noexcept;
5959
The `month` value for the created `month_weekday_last` class.
6060
6161
*`wdl`*\
62-
The` weekday_last` value for the created `month_weekday_last` class.
62+
The `weekday_last` value for the created `month_weekday_last` class.
6363
6464
## Remarks: Constructor
6565

0 commit comments

Comments
 (0)