Skip to content

Commit 6c84238

Browse files
committed
docs: remove struct info
1 parent a0a89e5 commit 6c84238

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/windows

1 file changed

+1
-1
lines changed

library/std/src/os/windows/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ pub trait MetadataExt {
472472
#[unstable(feature = "windows_by_handle", issue = "63010")]
473473
fn file_index(&self) -> Option<u64>;
474474

475-
/// Returns the value of the `ChangeTime{Low,High}` fields of this metadata.
475+
/// Returns the value of the `ChangeTime` fields of this metadata.
476476
///
477477
/// `ChangeTime` is the last time file metadata was changed, such as
478478
/// renames, attributes, etc.

0 commit comments

Comments
 (0)