Skip to content

Commit 5df9c27

Browse files
TylerMSFTTylerMSFT
authored andcommitted
typos
1 parent 67973f1 commit 5df9c27

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ int main()
230230
## See also
231231

232232
[`<chrono>`](chrono.md)\
233-
[`year`](year-class.md)]\
233+
[`year`](year-class.md)\
234234
[`year_month_day`](year-month-day-class.md)\
235235
[`year_month_day_last`](year-month-day-last-class.md)\
236236
[`year_month_weekday`](year-month-weekday-class.md)\

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ int main()
287287
## See also
288288

289289
[`<chrono>`](chrono.md)\
290-
[`year`](year-class.md)]\
290+
[`year`](year-class.md)\
291291
[`year_month`](year-month-class.md)\
292292
[`year_month_day_last`](year-month-day-last-class.md)\
293293
[`year_month_weekday`](year-month-weekday-class.md)\

docs/standard-library/year-month-day-last-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ int main()
323323
## See also
324324

325325
[`<chrono>`](chrono.md)\
326-
[`year`](year-class.md)]\
326+
[`year`](year-class.md)\
327327
[`year_month`](year-month-class.md)\
328328
[`year_month_day`](year-month-day-class.md)\
329329
[`year_month_weekday`](year-month-weekday-class.md)\

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ The [`weekday_last`](weekdaylast-class.md) value.
7373
*`y`*\
7474
The [`year`](year-class.md) value.
7575
76-
## Remarks: constructor
77-
7876
For information about C++ 20 syntax used to specify dates, see [`operator/`](chrono-operators.md#op_/)
7977
8078
### Example: Create a `year_month_weekday_last`

0 commit comments

Comments
 (0)