Skip to content

Commit 6c269f1

Browse files
authored
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.
1 parent 71dd5c7 commit 6c269f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rdoc/markup_reference.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# In a multi-line comment,
6767
# \RDoc looks for the comment's natural left margin,
6868
# which becomes the <em>base margin</em> for the comment
69-
# and is the initial <em>current margin</em> for for the comment.
69+
# and is the initial <em>current margin</em> for the comment.
7070
#
7171
# The current margin can change, and does so, for example in a list.
7272
#

0 commit comments

Comments
 (0)