diff options
| author | Randy Morgan (@morgan_randy) <[email protected]> | 2017-04-01 18:56:16 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-01 18:56:16 +0900 |
| commit | c8ac844572b25fda358cc01d2104720c4c42f450 (patch) | |
| tree | 43ca19aa4f1f71e688d8f19f4da5f6a719bdf812 /lib | |
| parent | 08268575ecb6791f7419c9670bf6cc7e39e9f634 (diff) | |
| parent | 15c78db942354e59d07051e157537de2c9ef9ca9 (diff) | |
| download | caxlsx-c8ac844572b25fda358cc01d2104720c4c42f450.tar.gz caxlsx-c8ac844572b25fda358cc01d2104720c4c42f450.zip | |
Merge pull request #514 from mparramon-kantox/patch-1
Fix typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/worksheet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet.rb b/lib/axlsx/workbook/worksheet/worksheet.rb index 031a081f..d39bf069 100644 --- a/lib/axlsx/workbook/worksheet/worksheet.rb +++ b/lib/axlsx/workbook/worksheet/worksheet.rb @@ -264,7 +264,7 @@ module Axlsx @header_footer end - # convinience method to access all cells in this worksheet + # convenience method to access all cells in this worksheet # @return [Array] cells def cells rows.flatten |
