diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-07 16:54:13 +0200 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-06-07 16:54:13 +0200 |
commit | 20f5a00de42d32a14083f039a0ea7c2be9255e14 (patch) | |
tree | 7db0022d7804fb765ff84a98baecf2f43ff3024a /elixir.html.markdown | |
parent | d9e5677d1a820021bd486040a8beeb9942f46603 (diff) | |
parent | 506ffb7a683d136c550278efa184a51af0e5b5e7 (diff) |
Merge pull request #641 from wobh/patch-1
Update elixir.html.markdown
Diffstat (limited to 'elixir.html.markdown')
-rw-r--r-- | elixir.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown index b27b2ee8..946c0a1b 100644 --- a/elixir.html.markdown +++ b/elixir.html.markdown @@ -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 |