From 506ffb7a683d136c550278efa184a51af0e5b5e7 Mon Sep 17 00:00:00 2001 From: William Clifford Date: Sat, 7 Jun 2014 07:45:57 -0700 Subject: Update elixir.html.markdown minor spelling fix: `s/catched/caught/` --- elixir.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elixir.html.markdown') 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 -- cgit v1.2.3