mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +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
|
||||
|
||||
# `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
|
||||
throw(:hello)
|
||||
catch
|
||||
|
Loading…
Reference in New Issue
Block a user