Update mod.rs

This commit is contained in:
Noisy 2024-12-05 21:09:37 +01:00 committed by Dirkjan Ochtman
parent 65c47f377d
commit 33aaebfc35

View File

@ -89,7 +89,7 @@ impl<T> MappedLocalTime<T> {
}
}
/// 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<T> MappedLocalTime<T> {
}
}
/// Returns the latest possible result of a the time zone mapping.
/// Returns the latest possible result of the time zone mapping.
///
/// # Errors
///