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 @@ -83,7 +83,7 @@ impl Duration {
8383
8484 /// Returns the number of whole seconds represented by this duration.
8585 ///
86- /// The extra precision represented by this duration is ignored (e.g . extra
86+ /// The extra precision represented by this duration is ignored (i.e . extra
8787 /// nanoseconds are not represented in the returned value).
8888 #[ stable( feature = "duration" , since = "1.3.0" ) ]
8989 #[ inline]
@@ -93,7 +93,7 @@ impl Duration {
9393 ///
9494 /// This method does **not** return the length of the duration when
9595 /// represented by nanoseconds. The returned number always represents a
96- /// fractional portion of a second (e.g . it is less than one billion).
96+ /// fractional portion of a second (i.e . it is less than one billion).
9797 #[ stable( feature = "duration" , since = "1.3.0" ) ]
9898 #[ inline]
9999 pub fn subsec_nanos ( & self ) -> u32 { self . nanos }
You can’t perform that action at this time.
0 commit comments