diff options
| author | Randy Morgan <[email protected]> | 2012-03-04 08:15:15 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-03-04 08:15:15 +0900 |
| commit | 2970febe9d3e92cbf45b4be04955a92c52a104ce (patch) | |
| tree | afabee1245a8f42c96993ac660feb5507d5e423f /lib/axlsx/content_type | |
| parent | 0a0306e249ce68eee4fbb36240aa897d62af66ba (diff) | |
| download | caxlsx-2970febe9d3e92cbf45b4be04955a92c52a104ce.tar.gz caxlsx-2970febe9d3e92cbf45b4be04955a92c52a104ce.zip | |
fix typos in docs
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() |
