Skip to content

Commit 93c07f9

Browse files
committed
Fix erroneous formatting in the docs for 'try'
1 parent 50c939b commit 93c07f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ defmodule Kernel.SpecialForms do
16751675
This means the VM no longer needs to keep the stacktrace once inside
16761676
an else clause and so tail recursion is possible when using a `try`
16771677
with a tail call as the final call inside an else clause. The same
1678-
is `true` for `rescue` and `catch` clauses.
1678+
is true for `rescue` and `catch` clauses.
16791679
16801680
## Variable handling
16811681

0 commit comments

Comments
 (0)