Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaaed209

Browse files
Rollup merge ofrust-lang#127072 - Sky9x:docs-includes-vs-does-include, r=scottmcm
docs: say "includes" instead of "does include"Provides more visual difference between the negative ("does not include") and the positive ("includes"). Both phrases have the same meaning.
2 parents77a5b51 +e6e5e84 commitaaed209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎core/src/time.rs‎

Lines changed: 4 additions & 4 deletions
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 valuedoes include the fractional (nanosecond) part of the duration.
845+
/// The returned valueincludes 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 valuedoes include the fractional (nanosecond) part of the duration.
864+
/// The returned valueincludes 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 valuedoes include the fractional (nanosecond) part of the duration.
883+
/// The returned valueincludes 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 valuedoes include the fractional (nanosecond) part of the duration.
904+
/// The returned valueincludes the fractional (nanosecond) part of the duration.
905905
///
906906
/// # Examples
907907
/// ```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp