diff options
| author | Stefan Daschek <[email protected]> | 2019-12-15 18:39:20 +0100 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-12-15 18:39:20 +0100 |
| commit | 198f6b7f9203451898d9fef0c7ecf12eabe1a02f (patch) | |
| tree | 85d63af067f39aa689b4452121207de9969d9309 /lib/axlsx/package.rb | |
| parent | 5f0d84dd5f1abf8ecf5b3688dcd8c4af070b0ee4 (diff) | |
| download | caxlsx-198f6b7f9203451898d9fef0c7ecf12eabe1a02f.tar.gz caxlsx-198f6b7f9203451898d9fef0c7ecf12eabe1a02f.zip | |
Fix typo
See https://github.com/randym/axlsx/pull/606
Diffstat (limited to 'lib/axlsx/package.rb')
| -rw-r--r-- | lib/axlsx/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index 56047f02..41bfdb11 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -132,7 +132,7 @@ module Axlsx # dcterms and xml namespaces. Those remote schema are included in this gem, and the original files have been altered to # refer to the local versions. # - # If by chance you are able to creat a package that does not validate it indicates that the internal + # If by chance you are able to create a package that does not validate it indicates that the internal # validation is not robust enough and needs to be improved. Please report your errors to the gem author. # @see http://www.ecma-international.org/publications/standards/Ecma-376.htm # @example |
