mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update elixir.html.markdown
minor spelling fix: `s/catched/caught/`
This commit is contained in:
parent
d9e5677d1a
commit
506ffb7a68
@ -201,7 +201,7 @@ cond do
|
|||||||
end
|
end
|
||||||
|
|
||||||
# `try/catch` is used to catch values that are thrown, it also supports an
|
# `try/catch` is used to catch values that are thrown, it also supports an
|
||||||
# `after` clause that is invoked whether or not a value is catched.
|
# `after` clause that is invoked whether or not a value is caught.
|
||||||
try do
|
try do
|
||||||
throw(:hello)
|
throw(:hello)
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user