diff options
| author | Randy Morgan <[email protected]> | 2012-03-04 08:15:15 +0900 |
|---|---|---|
| committer | Sean Duckett <[email protected]> | 2012-03-07 14:45:03 -0600 |
| commit | fe900f7c2655f6a3ec0ef2afe9ae202679daecb2 (patch) | |
| tree | 34a0b1754f2d993e2bc47b8c613db6deb007d383 | |
| parent | f8158127cd91595171ce05aa2c2da109f8c36e07 (diff) | |
| download | caxlsx-fe900f7c2655f6a3ec0ef2afe9ae202679daecb2.tar.gz caxlsx-fe900f7c2655f6a3ec0ef2afe9ae202679daecb2.zip | |
fix typos in docs
| -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() |
