There was an error while loading. Please reload this page.
1 parent 50c939b commit 93c07f9Copy full SHA for 93c07f9
lib/elixir/lib/kernel/special_forms.ex
@@ -1675,7 +1675,7 @@ defmodule Kernel.SpecialForms do
1675
This means the VM no longer needs to keep the stacktrace once inside
1676
an else clause and so tail recursion is possible when using a `try`
1677
with a tail call as the final call inside an else clause. The same
1678
- is `true` for `rescue` and `catch` clauses.
+ is true for `rescue` and `catch` clauses.
1679
1680
## Variable handling
1681
0 commit comments