summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjilbert504 <54157657+cjilbert504@users.noreply.github.com>2023-01-26 22:54:50 -0600
committergit <svn-admin@ruby-lang.org>2023-02-06 23:09:38 +0000
commita719e3418eee1dd19ca861188579c2878cf4006a (patch)
tree546be93d92023987045f1d5b0cdde56f7198ab44 /doc
parent773d56b1c177aad59c1e35dbe5b9e68099219db2 (diff)
downloadruby-a719e3418eee1dd19ca861188579c2878cf4006a.tar.gz
[ruby/rdoc] Remove duplicate word in RDoc::MarkupReference
The word "for" appeared twice in the same sentence in the margins section, and this PR removes the duplicate occurrence.
Diffstat (limited to 'doc')
-rw-r--r--doc/rdoc/markup_reference.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rdoc/markup_reference.rb b/doc/rdoc/markup_reference.rb
index 6687197182..e63d625b55 100644
--- a/doc/rdoc/markup_reference.rb
+++ b/doc/rdoc/markup_reference.rb
@@ -66,7 +66,7 @@ require 'rdoc'
# In a multi-line comment,
# \RDoc looks for the comment's natural left margin,
# which becomes the <em>base margin</em> for the comment
-# and is the initial <em>current margin</em> for for the comment.
+# and is the initial <em>current margin</em> for the comment.
#
# The current margin can change, and does so, for example in a list.
#