File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ pub trait MetadataExt {
424424 #[ stable( feature = "metadata_ext" , since = "1.1.0" ) ]
425425 fn last_write_time ( & self ) -> u64 ;
426426
427- /// Returns the value of the `nFileSize{High,Low} ` fields of this
427+ /// Returns the value of the `nFileSize` fields of this
428428 /// metadata.
429429 ///
430430 /// The returned value does not have meaning for directories.
@@ -463,7 +463,7 @@ pub trait MetadataExt {
463463 #[ unstable( feature = "windows_by_handle" , issue = "63010" ) ]
464464 fn number_of_links ( & self ) -> Option < u32 > ;
465465
466- /// Returns the value of the `nFileIndex{Low,High} ` fields of this
466+ /// Returns the value of the `nFileIndex` fields of this
467467 /// metadata.
468468 ///
469469 /// This will return `None` if the `Metadata` instance was created from a
You can’t perform that action at this time.
0 commit comments