Skip to content

Commit bb51701

Browse files
committed
Fixed typos in Exception docs
1 parent b1d9e14 commit bb51701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/exception.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ defmodule Exception do
55
Note that stacktraces in Elixir are updated on throw,
66
errors and exits. For example, at any given moment,
77
`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.
99
1010
Do not rely on the particular format returned by the `format`
1111
functions in this module. They may be changed in future releases
1212
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
1414
format exceptions as in the current Elixir version being used.
1515
"""
1616

0 commit comments

Comments
 (0)