aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/markup
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup')
-rw-r--r--lib/rdoc/markup/fragments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/fragments.rb b/lib/rdoc/markup/fragments.rb
index 1765861ad0..99780de169 100644
--- a/lib/rdoc/markup/fragments.rb
+++ b/lib/rdoc/markup/fragments.rb
@@ -12,7 +12,7 @@ class RDoc::Markup
attr_accessor :type
######
- # This is a simple factory system that lets us associate fragement
+ # This is a simple factory system that lets us associate fragment
# types (a string) with a subclass of fragment
TYPE_MAP = {}