diff options
| author | mparramon-kantox <[email protected]> | 2017-03-23 17:43:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-23 17:43:35 +0100 |
| commit | 15c78db942354e59d07051e157537de2c9ef9ca9 (patch) | |
| tree | 7d2b6263b00ea21fe8956014e35da31938cb6167 | |
| parent | 05f3412a79b3cc11b1d1e5311dd31c99ab7b70b4 (diff) | |
| download | caxlsx-15c78db942354e59d07051e157537de2c9ef9ca9.tar.gz caxlsx-15c78db942354e59d07051e157537de2c9ef9ca9.zip | |
Fix typo
:)
| -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 |
