Skip to content

Commit 762ab5b

Browse files
Merge pull request #5491 from TylerMSFT/fixissue
fix user feedback 227131
2 parents 73de59a + 91c3993 commit 762ab5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/standard-library/file-clock-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about: file_clock class"
33
title: "file_clock class"
4-
ms.date: 08/19/2021
4+
ms.date: 3/8/2024
55
f1_keywords: ["chrono/std::chrono::file_clock", "chrono/std::chrono::file_clock::now", "chrono/std::chrono::file_clock::to_utc", "chrono/std::chrono::file_clock::from_utc", "chrono/std::chrono::file_clock::is_steady Constant"]
66
---
77

@@ -12,7 +12,7 @@ This clock can represent the range and resolution of file time values used in th
1212
## Syntax
1313

1414
```cpp
15-
using file_clock = std::filesystem::_File_time_clock. // C++20
15+
using file_clock = std::filesystem::_File_time_clock; // C++20
1616
```
1717

1818
## Remarks

0 commit comments

Comments
 (0)