aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/vendor/builder/xmlmarkup.rb')
-rw-r--r--activesupport/lib/active_support/vendor/builder/xmlmarkup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb
index 4cdcedb4a1..b7d8b487e5 100644
--- a/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb
+++ b/activesupport/lib/active_support/vendor/builder/xmlmarkup.rb
@@ -153,7 +153,7 @@ module Builder
#
# xml_builder = Builder::XmlMarkup.new
# xml_builder.div { |xml|
- # xml.stong("text")
+ # xml.strong("text")
# }
#
class XmlMarkup < XmlBase