File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1763,7 +1763,7 @@ defmodule DateTime do
1763
1763
1764
1764
Although the first example shows a difference of 2 hours when
1765
1765
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
1767
1767
still exactly of 1 hour.
1768
1768
1769
1769
In case you don't want these changes to happen automatically or you
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ defmodule Module do
565
565
written to disk, and therefore raising does not effectively halt compilation
566
566
and may leave unused artifacts on disk. If you must raise, use `@after_compile`
567
567
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
569
569
yet compiled, do not work on `@after_verify` callback.
570
570
571
571
Accepts a module or a `{module, function_name}` tuple. The function
You can’t perform that action at this time.
0 commit comments