From a719e3418eee1dd19ca861188579c2878cf4006a Mon Sep 17 00:00:00 2001 From: cjilbert504 <54157657+cjilbert504@users.noreply.github.com> Date: Thu, 26 Jan 2023 22:54:50 -0600 Subject: [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. --- doc/rdoc/markup_reference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 base margin for the comment -# and is the initial current margin for for the comment. +# and is the initial current margin for the comment. # # The current margin can change, and does so, for example in a list. # -- cgit v1.2.1