Skip to content

Commit

Permalink
Merge pull request #107 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in ZonedDateTime
  • Loading branch information
BenMorel authored Apr 1, 2024
2 parents 4e5d2f3 + 14236dc commit 907eaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZonedDateTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private function __construct(
* - Gap: when there is no valid offset for the date-time. This happens when the clock jumps forward
* typically due to a DST transition from "winter" to "summer". The date-times between the two times
* of the transition do not exist.
* - Overlap: when there are two valid offets for the date-time. This happens when the clock is set back
* - Overlap: when there are two valid offsets for the date-time. This happens when the clock is set back
* typically due to a DST transition from "summer" to "winter". The date-times between the two times
* of the transition can be resolved to two different offsets, representing two different instants
* on the time-line.
Expand Down

0 comments on commit 907eaa8

Please sign in to comment.