We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fc0fda + 4a71447 commit 9b3894bCopy full SHA for 9b3894b
library/core/src/time.rs
@@ -321,8 +321,8 @@ impl Duration {
321
/// To determine the total number of seconds represented by the `Duration`
322
/// including the fractional part, use [`as_secs_f64`] or [`as_secs_f32`]
323
///
324
- /// [`as_secs_f32`]: Duration::as_secs_f64
325
- /// [`as_secs_f64`]: Duration::as_secs_f32
+ /// [`as_secs_f64`]: Duration::as_secs_f64
+ /// [`as_secs_f32`]: Duration::as_secs_f32
326
/// [`subsec_nanos`]: Duration::subsec_nanos
327
#[stable(feature = "duration", since = "1.3.0")]
328
#[rustc_const_stable(feature = "duration_consts", since = "1.32.0")]
0 commit comments