Skip to content

Commit

Permalink
Merge branch 'chronotope:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao authored Dec 6, 2024
2 parents 5e3bb0b + 33aaebf commit 5f03199
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 5f03199

Please sign in to comment.