summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/simple_markup
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/markup/simple_markup')
-rw-r--r--lib/rdoc/markup/simple_markup/to_flow.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/markup/simple_markup/to_flow.rb b/lib/rdoc/markup/simple_markup/to_flow.rb
index 5d78849b91..d5f6732d5c 100644
--- a/lib/rdoc/markup/simple_markup/to_flow.rb
+++ b/lib/rdoc/markup/simple_markup/to_flow.rb
@@ -91,7 +91,7 @@ module SM
def accept_rule(am, fragment)
size = fragment.param
size = 10 if size > 10
- @res << Rule.new(size)
+ @res << Flow::RULE.new(size)
end
def accept_list_start(am, fragment)