summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2014-11-11 13:06:57 -0600
committerLevi Bostian <levi.bostian@gmail.com>2014-11-11 13:06:57 -0600
commit1c4cbd279e740f4782c62e75d1f4659447dc464a (patch)
tree5c4ae8d6f4524bcaf30e1202d36bcdac0b20ff58
parent9ddc2d0a5b92974ac1614024b4586354a395482e (diff)
Add colon to introduce the exception handling section
-rw-r--r--ruby.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.html.markdown b/ruby.html.markdown
index a1a2c77b..e58c513d 100644
--- a/ruby.html.markdown
+++ b/ruby.html.markdown
@@ -272,7 +272,7 @@ else
end
#=> "OK job"
-# exception handling
+# exception handling:
begin
# code here that might raise an exception
raise NoMemoryError, 'You ran out of memory.'