Skip to content

Commit d3d17c2

Browse files
committed
Modern RDoc markup
In reality, I want to see that the contrib app is back to normal.
1 parent 846357e commit d3d17c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/hash/conversions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Hash
6969
# By default the root node is "hash", but that's configurable via the <tt>:root</tt> option.
7070
#
7171
# The default XML builder is a fresh instance of +Builder::XmlMarkup+. You can
72-
# configure your own builder with the <tt>:builder</tt> option. The method also accepts
72+
# configure your own builder with the +:builder+ option. The method also accepts
7373
# options like <tt>:dasherize</tt> and friends, they are forwarded to the builder.
7474
def to_xml(options = {})
7575
require "active_support/builder" unless defined?(Builder::XmlMarkup)

0 commit comments

Comments
 (0)