diff --git a/src/datetime/mod.rs b/src/datetime/mod.rs index f463c2ab5b..db91561450 100644 --- a/src/datetime/mod.rs +++ b/src/datetime/mod.rs @@ -1727,7 +1727,7 @@ impl Sub<&DateTime> for DateTime { /// - The local time at the resulting date does not exist or is ambiguous, for example during a /// daylight saving time transition. /// -/// Strongly consider using `DateTime::checked_sub_days` to get an `Option` instead. +/// Strongly consider using `DateTime::checked_add_days` to get an `Option` instead. impl Add for DateTime { type Output = DateTime;