diff options
author | cjilbert504 <[email protected]> | 2023-01-26 22:54:50 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-02-06 23:09:38 +0000 |
commit | a719e3418eee1dd19ca861188579c2878cf4006a (patch) | |
tree | 546be93d92023987045f1d5b0cdde56f7198ab44 /doc/rdoc | |
parent | 773d56b1c177aad59c1e35dbe5b9e68099219db2 (diff) |
[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/rdoc')
-rw-r--r-- | doc/rdoc/markup_reference.rb | 2 |
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. # |