aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorzverok <zverok.offline@gmail.com>2019-12-22 22:56:44 +0200
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-23 08:36:58 +0900
commita4b99f97642d31fc8ddd537155ff6cf61be6a43c (patch)
treef524ab23300bdc901d82f5cd49e73299c9af5a23 /doc
parentc1bd1bf27236b33965dd92c1b2297edc91327cfb (diff)
downloadruby-a4b99f97642d31fc8ddd537155ff6cf61be6a43c.tar.gz
Fix typos of previous docs PR
In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them.
Diffstat (limited to 'doc')
-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