File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -842,7 +842,7 @@ impl Duration {
842842
843843 //github.com/ Returns the number of seconds contained by this `Duration` as `f64`.
844844 //github.com/
845- //github.com/ The returned value does include the fractional (nanosecond) part of the duration.
845+ //github.com/ The returned value includes the fractional (nanosecond) part of the duration.
846846 //github.com/
847847 //github.com/ # Examples
848848 //github.com/ ```
@@ -861,7 +861,7 @@ impl Duration {
861861
862862 //github.com/ Returns the number of seconds contained by this `Duration` as `f32`.
863863 //github.com/
864- //github.com/ The returned value does include the fractional (nanosecond) part of the duration.
864+ //github.com/ The returned value includes the fractional (nanosecond) part of the duration.
865865 //github.com/
866866 //github.com/ # Examples
867867 //github.com/ ```
@@ -880,7 +880,7 @@ impl Duration {
880880
881881 //github.com/ Returns the number of milliseconds contained by this `Duration` as `f64`.
882882 //github.com/
883- //github.com/ The returned value does include the fractional (nanosecond) part of the duration.
883+ //github.com/ The returned value includes the fractional (nanosecond) part of the duration.
884884 //github.com/
885885 //github.com/ # Examples
886886 //github.com/ ```
@@ -901,7 +901,7 @@ impl Duration {
901901
902902 //github.com/ Returns the number of milliseconds contained by this `Duration` as `f32`.
903903 //github.com/
904- //github.com/ The returned value does include the fractional (nanosecond) part of the duration.
904+ //github.com/ The returned value includes the fractional (nanosecond) part of the duration.
905905 //github.com/
906906 //github.com/ # Examples
907907 //github.com/ ```
You can’t perform that action at this time.
0 commit comments