diff --git a/src/offset/fixed.rs b/src/offset/fixed.rs index 0a8b26ebfc..4d336b9db6 100644 --- a/src/offset/fixed.rs +++ b/src/offset/fixed.rs @@ -20,8 +20,8 @@ use crate::Timelike; /// /// Using the [`TimeZone`](./trait.TimeZone.html) methods /// on a `FixedOffset` struct is the preferred way to construct -/// `DateTime` instances. See the [`east`](#method.east) and -/// [`west`](#method.west) methods for examples. +/// `DateTime` instances. See the [`east_opt`](#method.east_opt) and +/// [`west_opt`](#method.west_opt) methods for examples. #[derive(PartialEq, Eq, Hash, Copy, Clone)] #[cfg_attr(feature = "rkyv", derive(Archive, Deserialize, Serialize))] pub struct FixedOffset {