File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ impl Duration {
83
83
84
84
/// Returns the number of whole seconds represented by this duration.
85
85
///
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
87
87
/// nanoseconds are not represented in the returned value).
88
88
#[ stable( feature = "duration" , since = "1.3.0" ) ]
89
89
#[ inline]
@@ -93,7 +93,7 @@ impl Duration {
93
93
///
94
94
/// This method does **not** return the length of the duration when
95
95
/// 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).
97
97
#[ stable( feature = "duration" , since = "1.3.0" ) ]
98
98
#[ inline]
99
99
pub fn subsec_nanos ( & self ) -> u32 { self . nanos }
You can’t perform that action at this time.
0 commit comments