Skip to content

Commit 5de7357

Browse files
authored
Merge pull request #4873 from Rageking8/remove-extraneous-trailing-semicolon
Remove extraneous trailing semicolon
2 parents c307980 + 831708d commit 5de7357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/standard-library/any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["<any>"]
66
helpviewer_keywords: ["<any>"]
77
no-loc: ["any", "std", "class"]
88
---
9-
# `<any>`;
9+
# `<any>`
1010

1111
Defines the class `std::any` and several supporting functions and classes.
1212

docs/standard-library/ctgmath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: "6/28/2021"
55
f1_keywords: ["<ctgmath>"]
66
helpviewer_keywords: ["ctgmath header"]
77
---
8-
# `<ctgmath>`;
8+
# `<ctgmath>`
99

1010
In effect, includes the C++ standard library headers `<complex>` and `<cmath>`, which provide type-generic math macros equivalent to `<tgmath.h>`.
1111

0 commit comments

Comments
 (0)