summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
#