summaryrefslogtreecommitdiff
path: root/lib/rdoc/normal_module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/normal_module.rb')
-rw-r--r--lib/rdoc/normal_module.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rdoc/normal_module.rb b/lib/rdoc/normal_module.rb
index 8f364be41c..498ec4dde2 100644
--- a/lib/rdoc/normal_module.rb
+++ b/lib/rdoc/normal_module.rb
@@ -30,7 +30,7 @@ class RDoc::NormalModule < RDoc::ClassModule
end
def pretty_print q # :nodoc:
- q.group 2, "[module #{full_name}: ", "]" do
+ q.group 2, "[module #{full_name}:", "]" do
q.breakable
q.text "includes:"
q.breakable
@@ -71,4 +71,3 @@ class RDoc::NormalModule < RDoc::ClassModule
end
end
-