Skip to content

Commit

Permalink
Merge pull request #33 from ijackson/doc-para
Browse files Browse the repository at this point in the history
Break a long docs para
  • Loading branch information
jedisct1 authored Jul 20, 2024
2 parents 56af43f + cbf1b16 commit 6835aec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/instant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ use super::duration::*;
#[allow(unused_imports)]
use super::helpers::*;

/// A measurement of a *monotonically* increasing clock. Opaque and useful only
/// with `Duration`.
/// A measurement of a *monotonically* increasing clock.
///
/// Opaque and useful only with `Duration`.
/// Resulting durations are actual durations; they do not get affected by
/// clock adjustments, leap seconds, or similar.
/// In order to get a measurement of the *wall clock*, use `Date` instead.
Expand Down

0 comments on commit 6835aec

Please sign in to comment.