diff --git a/src/datetime/mod.rs b/src/datetime/mod.rs index 48eb85001a..7131279bc3 100644 --- a/src/datetime/mod.rs +++ b/src/datetime/mod.rs @@ -376,7 +376,7 @@ impl DateTime { .single() } - /// Subtract a duration in [`Days`] to the date part of the `DateTime` + /// Subtract a duration in [`Days`] from the date part of the `DateTime` /// /// Returns `None` if the resulting date would be out of range. pub fn checked_sub_days(self, days: Days) -> Option {