diff options
Diffstat (limited to 'lib/rdoc/normal_module.rb')
-rw-r--r-- | lib/rdoc/normal_module.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/normal_module.rb b/lib/rdoc/normal_module.rb index 8f364be41c..edf29f8f1c 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 |