summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.'