diff options
Diffstat (limited to 'lib/axlsx/content_type')
| -rw-r--r-- | lib/axlsx/content_type/content_type.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/axlsx/content_type/content_type.rb b/lib/axlsx/content_type/content_type.rb index 32182fd5..8b58bf04 100644 --- a/lib/axlsx/content_type/content_type.rb +++ b/lib/axlsx/content_type/content_type.rb @@ -3,13 +3,13 @@ module Axlsx require 'axlsx/content_type/default.rb' require 'axlsx/content_type/override.rb' - # ContentTypes used in the package. This is automatcially managed by the package package. + # ContentTypes used in the package. This is automatically managed by the package package. class ContentType < SimpleTypedList - + def initialize super [Override, Default] end - + # Generates the xml document for [Content_Types].xml # @return [String] The document as a string. def to_xml() |
