diff options
| author | 延 <[email protected]> | 2020-01-28 21:11:56 +0100 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2020-01-28 21:11:56 +0100 |
| commit | 1dce5120ac54d0940c1d21c4f07cb26e2af9bec3 (patch) | |
| tree | 335eb63410459e13bf5a2b806239c494b44c9e48 /lib/axlsx/package.rb | |
| parent | e65ec48bc86379efed0c1b87a13bff14930416d5 (diff) | |
| download | caxlsx-1dce5120ac54d0940c1d21c4f07cb26e2af9bec3.tar.gz caxlsx-1dce5120ac54d0940c1d21c4f07cb26e2af9bec3.zip | |
Fix typo in documentation (#42)
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 41bfdb11..90263b25 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -1,7 +1,7 @@ # encoding: utf-8 module Axlsx # Package is responsible for managing all the bits and peices that Open Office XML requires to make a valid - # xlsx document including valdation and serialization. + # xlsx document including validation and serialization. class Package include Axlsx::OptionsParser |
