@@ -424,7 +424,7 @@ pub trait MetadataExt { |
|
|
424 |
424 |
#[stable(feature = "metadata_ext", since = "1.1.0")] |
425 |
425 |
fn last_write_time(&self) -> u64; |
426 |
426 |
|
427 |
|
-/// Returns the value of the `nFileSize{High,Low}` fields of this |
|
427 |
+/// Returns the value of the `nFileSize` fields of this |
428 |
428 |
/// metadata. |
429 |
429 |
/// |
430 |
430 |
/// The returned value does not have meaning for directories. |
@@ -463,7 +463,7 @@ pub trait MetadataExt { |
|
|
463 |
463 |
#[unstable(feature = "windows_by_handle", issue = "63010")] |
464 |
464 |
fn number_of_links(&self) -> Option<u32>; |
465 |
465 |
|
466 |
|
-/// Returns the value of the `nFileIndex{Low,High}` fields of this |
|
466 |
+/// Returns the value of the `nFileIndex` fields of this |
467 |
467 |
/// metadata. |
468 |
468 |
/// |
469 |
469 |
/// This will return `None` if the `Metadata` instance was created from a |