Skip to content

Commit bfe2669

Browse files
committed
docs: remove struct info
1 parent b47535f commit bfe2669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/windows/fs.rs

+1-1
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)