Skip to content

Commit 3cd826b

Browse files
authored
Merge pull request #968 from cjilbert504/patch-1
Remove duplicate word in RDoc::MarkupReference
2 parents 08a225e + 6c269f1 commit 3cd826b

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)