File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ defmodule Exception do
5
5
Note that stacktraces in Elixir are updated on throw,
6
6
errors and exits. For example, at any given moment,
7
7
`System.stacktrace` will return the stacktrace for the
8
- last throw/error/exit that ocurred in the current process.
8
+ last throw/error/exit that occurred in the current process.
9
9
10
10
Do not rely on the particular format returned by the `format`
11
11
functions in this module. They may be changed in future releases
12
12
in order to better suit Elixir's tool chain. In other words,
13
- by using the functions in this module it is guarantee you will
13
+ by using the functions in this module it is guaranteed you will
14
14
format exceptions as in the current Elixir version being used.
15
15
"""
16
16
You can’t perform that action at this time.
0 commit comments