Skip to content

Commit 33467da

Browse files
Fix typos (#14825)
1 parent a4bbb96 commit 33467da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/elixir/lib/calendar/datetime.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,7 @@ defmodule DateTime do
17631763
17641764
Although the first example shows a difference of 2 hours when
17651765
comparing the wall clocks of the given datetime with the returned one,
1766-
due to the "spring forward" time jump, the actual ellapsed time is
1766+
due to the "spring forward" time jump, the actual elapsed time is
17671767
still exactly of 1 hour.
17681768
17691769
In case you don't want these changes to happen automatically or you

lib/elixir/lib/module.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ defmodule Module do
565565
written to disk, and therefore raising does not effectively halt compilation
566566
and may leave unused artifacts on disk. If you must raise, use `@after_compile`
567567
or other callback. Given modules have already been compiled, functions in
568-
ths module, such as `get_attribute/2`, which expect modules to not have been
568+
this module, such as `get_attribute/2`, which expect modules to not have been
569569
yet compiled, do not work on `@after_verify` callback.
570570
571571
Accepts a module or a `{module, function_name}` tuple. The function

0 commit comments

Comments
 (0)