From 33aaebfc35794553960ed86f77a47d1d16fab988 Mon Sep 17 00:00:00 2001 From: Noisy <125606576+donatik27@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:09:37 +0100 Subject: [PATCH] Update mod.rs --- src/offset/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/offset/mod.rs b/src/offset/mod.rs index c04b9ef908..346f809732 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 ///