diff --git a/src/offset/mod.rs b/src/offset/mod.rs index c04b9ef90..346f80973 100644 --- a/src/offset/mod.rs +++ b/src/offset/mod.rs @@ -89,7 +89,7 @@ impl MappedLocalTime { } } - /// Returns the earliest possible result of a the time zone mapping. + /// Returns the earliest possible result of the time zone mapping. /// /// # Errors /// @@ -102,7 +102,7 @@ impl MappedLocalTime { } } - /// Returns the latest possible result of a the time zone mapping. + /// Returns the latest possible result of the time zone mapping. /// /// # Errors ///