Skip to content

Commit 843df69

Browse files
authored
Merge pull request #5484 from Rageking8/remove-some-stray-backticks
Remove some stray backticks
2 parents 88eb05c + 044e561 commit 843df69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/mfc/reference/mfc-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Lets you save a complex network of objects in a permanent binary form (usually d
7171
Represents a serialization exception condition.
7272

7373
[`CArray` Class](carray-class.md)\
74-
Supports arrays that resemble` C arrays, but can dynamically reduce and grow as necessary.
74+
Supports arrays that resemble C arrays, but can dynamically reduce and grow as necessary.
7575

7676
[`CAsyncMonikerFile` Class](casyncmonikerfile-class.md)\
7777
Provides functionality for the use of asynchronous monikers in ActiveX controls (formerly OLE controls).

docs/preprocessor/compiler-warnings-that-are-off-by-default.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: Compiler warnings that are off by default"
32
title: "Compiler warnings that are off by default"
3+
description: "Learn more about: Compiler warnings that are off by default"
44
ms.date: 01/18/2024
55
helpviewer_keywords: ["warnings, compiler", "cl.exe compiler, setting options"]
66
---
@@ -158,7 +158,7 @@ The following warnings are turned off by default in Visual Studio 2019 and later
158158

159159
| Warning | Message |
160160
|--|--|
161-
| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option` <sup>16.1</sup> |
161+
| C5052 (level 3) | Keyword '*keyword-name*' was introduced in C++ *version* and requires use of the '*option*' command-line option <sup>16.1</sup> |
162162
| C5204 (level 3) | A class with virtual functions has non-virtual trivial destructor. <sup>16.5</sup> |
163163
| C5214 (level 4) | applying '*keyword*' to an operand with a volatile qualified type is deprecated in C++20 <sup>16.7</sup> |
164164
| C5215 (level 4) | '*function-parameter*' a function parameter with a volatile qualified type is deprecated in C++20 <sup>16.7</sup> |

0 commit comments

Comments
 (0)