Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donatik27 authored and djc committed Dec 5, 2024
1 parent 65c47f3 commit 33aaebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/offset/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand All @@ -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
///
Expand Down

0 comments on commit 33aaebf

Please sign in to comment.