Skip to content

Commit 2c783e3

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix dupe headings
1 parent e309ba9 commit 2c783e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Construct a `month_weekday` with a month value of *`m`*.
6161
*`wdi`*\
6262
Construct a `month_weekday` with a weekday value of *`wdi`*.
6363
64-
## Remarks
64+
## Remarks: Constructor
6565
6666
For information about C++ 20 syntax to specify dates, see [`operator/`](chrono-operators.md#op_/)
6767

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The `month` value for the created `month_weekday_last` class.
6060
*`wdl`*\
6161
The` weekday_last` value for the created `month_weekday_last` class.
6262
63-
## Remarks
63+
## Remarks: Constructor
6464
6565
For information about C++ 20 syntax to specify dates, see [`operator/`](chrono-operators.md#op_/)
6666

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The [`weekday`](weekday-class.md) value.
8787
*`y`*\
8888
The [`year`] value.
8989
90-
### Remarks
90+
### Remarks: Constructor
9191
9292
1\) The default constructor doesn't initialize any of the fields.
9393

0 commit comments

Comments
 (0)