Skip to content

Commit 9e71c13

Browse files
denisvasilikJoshua Nelson
and
Joshua Nelson
authored
Add link for Duration
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent ce24421 commit 9e71c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/time.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const MICROS_PER_SEC: u64 = 1_000_000;
3030
/// nanosecond-level precision, APIs binding a system timeout will typically round up
3131
/// the number of nanoseconds.
3232
///
33-
/// `Duration`s implement many common traits, including [`Add`], [`Sub`], and other
34-
/// [`ops`] traits. It implements `Default` by returning a zero-length `Duration`.
33+
/// [`Duration`]s implement many common traits, including [`Add`], [`Sub`], and other
34+
/// [`ops`] traits. It implements [`Default`] by returning a zero-length `Duration`.
3535
///
3636
/// [`ops`]: crate::ops
3737
///

0 commit comments

Comments
 (0)