Skip to content

Commit

Permalink
bold for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnumTrader committed Jan 16, 2025
1 parent b7d4b2d commit c0cfd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/round.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub trait DurationRound: Sized {
/// ```
fn duration_trunc(self, duration: TimeDelta) -> Result<Self, Self::Err>;

/// Return a copy rounded up by TimeDelta.
/// Return a copy rounded **up** by TimeDelta.
///
/// # Example
/// ``` rust
Expand Down

0 comments on commit c0cfd9d

Please sign in to comment.