Skip to content

Commit 2ea79fb

Browse files
authored
Fix some wording in docs (#13470)
1 parent afab3f7 commit 2ea79fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/elixir/lib/calendar/datetime.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defmodule DateTime do
6060
a date and time at a given time zone". To understand precisely
6161
what we mean, let's see an example.
6262
63-
Imagine someone in Poland wants to schedule a meeting with someone
63+
Imagine someone in Poland who wants to schedule a meeting with someone
6464
in Brazil in the next year. The meeting will happen at 2:30 AM
6565
in the Polish time zone. At what time will the meeting happen in
6666
Brazil?
@@ -83,7 +83,7 @@ defmodule DateTime do
8383
not a problem, because time zone rules do not change for past
8484
events.
8585
86-
To make matters worse, it may be that the 2:30 AM in Polish time
86+
To make matters worse, it may be that 2:30 AM in Polish time
8787
does not actually even exist or it is ambiguous. If a certain
8888
time zone observes "Daylight Saving Time", they will move their
8989
clock forward once a year. When this happens, there is a whole
@@ -1686,7 +1686,7 @@ defmodule DateTime do
16861686
computing the new time zone. This ensures `shift/3` always returns a valid
16871687
datetime.
16881688
1689-
On other other hand, time zones that observe "Daylight Saving Time"
1689+
On the other hand, time zones that observe "Daylight Saving Time"
16901690
or other changes, across summer/winter time will add/remove hours
16911691
from the resulting datetime:
16921692

0 commit comments

Comments
 (0)