Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e6e5e84

Browse files
committedJun 28, 2024
docs: say "includes" instead of "does include"
1 parent 6c38c60 commit e6e5e84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎core/src/time.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ impl Duration {
842842

843843
/// Returns the number of seconds contained by this `Duration` as `f64`.
844844
///
845-
/// The returned value does include the fractional (nanosecond) part of the duration.
845+
/// The returned value includes the fractional (nanosecond) part of the duration.
846846
///
847847
/// # Examples
848848
/// ```
@@ -861,7 +861,7 @@ impl Duration {
861861

862862
/// Returns the number of seconds contained by this `Duration` as `f32`.
863863
///
864-
/// The returned value does include the fractional (nanosecond) part of the duration.
864+
/// The returned value includes the fractional (nanosecond) part of the duration.
865865
///
866866
/// # Examples
867867
/// ```
@@ -880,7 +880,7 @@ impl Duration {
880880

881881
/// Returns the number of milliseconds contained by this `Duration` as `f64`.
882882
///
883-
/// The returned value does include the fractional (nanosecond) part of the duration.
883+
/// The returned value includes the fractional (nanosecond) part of the duration.
884884
///
885885
/// # Examples
886886
/// ```
@@ -901,7 +901,7 @@ impl Duration {
901901

902902
/// Returns the number of milliseconds contained by this `Duration` as `f32`.
903903
///
904-
/// The returned value does include the fractional (nanosecond) part of the duration.
904+
/// The returned value includes the fractional (nanosecond) part of the duration.
905905
///
906906
/// # Examples
907907
/// ```

0 commit comments

Comments
 (0)
Failed to load comments.