Skip to content

Commit a8c78f5

Browse files
TylerMSFTTylerMSFT
authored andcommitted
rename existing file back to original filename
1 parent 35dd314 commit a8c78f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/standard-library/chrono.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ For more information about ratio types that are used in the following typedefs,
112112

113113
|Name|Description|
114114
|-|-|
115-
|[is_clock](is-clock-struct.md) | See if a type is a Clock. |
116-
|[treat_as_floating_point](treat-as-floating-point-struct.md) | See if a `duration` can be converted to another `duration` that has a different tick period.|
115+
|[is_clock](is-clock-struct.md) | See if a type is a clock. |
116+
|[treat_as_floating_point](treat-as-floating-point-structure.md) | See if a `duration` can be converted to another `duration` that has a different tick period.|
117117

118118
## Alias declarations
119119

docs/standard-library/is-clock-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ f1_keywords: ["chrono/std::is_clock"]
66
helpviewer_keywords: ["std::chrono [C++], is_clock"]
77
---
88

9-
# `is_clock` struct
9+
# `is_clock` structure
1010

1111
A type trait that determines whether the specified type meets the requirements to be a clock.
1212

docs/standard-library/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
- name: time_zone class
186186
href: ../standard-library/time-zone-class.md
187187
- name: treat_as_floating_point struct
188-
href: ../standard-library/treat-as-floating-point-struct.md
188+
href: ../standard-library/treat-as-floating-point-structure.md
189189
- name: weekday class
190190
href: weekday-class.md
191191
- name: weekday_indexed

0 commit comments

Comments
 (0)