mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-11 17:24:29 +02:00
Update elixir.html.markdown
minor spelling fix: `s/catched/caught/`
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user