summaryrefslogtreecommitdiff
path: root/doc/syntax/exceptions.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax/exceptions.rdoc')
-rw-r--r--doc/syntax/exceptions.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/exceptions.rdoc b/doc/syntax/exceptions.rdoc
index 7fd58c83e8..31e2f0175c 100644
--- a/doc/syntax/exceptions.rdoc
+++ b/doc/syntax/exceptions.rdoc
@@ -17,7 +17,7 @@ wish to limit the scope of rescued exceptions:
# ...
end
-The same is true for, +class+, +module+, and +block+:
+The same is true for a +class+, +module+, and +block+:
[0, 1, 2].map do |i|
10 / i