diff options
| author | randym <[email protected]> | 2017-04-01 18:57:46 +0900 |
|---|---|---|
| committer | randym <[email protected]> | 2017-04-01 18:57:46 +0900 |
| commit | b16ea03ddcf3444c7955d833ce20290abf25c8f2 (patch) | |
| tree | 484c683231e3215ca6b5b692075997784cfad703 /lib | |
| parent | f85e6cfea2f121a104ddf015928a05c88d2f9373 (diff) | |
| parent | c8ac844572b25fda358cc01d2104720c4c42f450 (diff) | |
| download | caxlsx-b16ea03ddcf3444c7955d833ce20290abf25c8f2.tar.gz caxlsx-b16ea03ddcf3444c7955d833ce20290abf25c8f2.zip | |
Merge branch 'master' into release-3.0.0
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 c7004ba2..7ac00e25 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 |
