lib/kramdown/utils.rb in kramdown-0.11.0 vs lib/kramdown/utils.rb in kramdown-0.12.0
- old
+ new
@@ -20,17 +20,17 @@
#++
#
module Kramdown
- # == Utils Module
+ # == \Utils Module
#
# This module contains utility class/modules/methods that can be used by both parsers and
# converters.
module Utils
autoload :Entities, 'kramdown/utils/entities'
- autoload :HTML, 'kramdown/utils/html'
+ autoload :Html, 'kramdown/utils/html'
autoload :OrderedHash, 'kramdown/utils/ordered_hash'
end
end