diff --git a/src/round.rs b/src/round.rs index 887940b7a..ffea8c0d8 100644 --- a/src/round.rs +++ b/src/round.rs @@ -154,7 +154,7 @@ pub trait DurationRound: Sized { /// ``` fn duration_trunc(self, duration: TimeDelta) -> Result; - /// Return a copy rounded up by TimeDelta. + /// Return a copy rounded **up** by TimeDelta. /// /// # Example /// ``` rust