diff options
| author | Gary Holtz <[email protected]> | 2014-12-10 23:58:39 -0600 |
|---|---|---|
| committer | Gary Holtz <[email protected]> | 2014-12-10 23:58:39 -0600 |
| commit | 2e327c32a690fc6064092e7314be6cd96c994fce (patch) | |
| tree | e8cdf7f9a7cffcef1f3ada0a12b85296aa8fcf00 /lib/axlsx/workbook/worksheet/row.rb | |
| parent | 7cf747675097be13df633f1b2a5c45391df52b33 (diff) | |
| download | caxlsx-2e327c32a690fc6064092e7314be6cd96c994fce.tar.gz caxlsx-2e327c32a690fc6064092e7314be6cd96c994fce.zip | |
Typo in row.rb
"sell" should be "cell"
Diffstat (limited to 'lib/axlsx/workbook/worksheet/row.rb')
| -rw-r--r-- | lib/axlsx/workbook/worksheet/row.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/row.rb b/lib/axlsx/workbook/worksheet/row.rb index 00ae71a9..078e281f 100644 --- a/lib/axlsx/workbook/worksheet/row.rb +++ b/lib/axlsx/workbook/worksheet/row.rb @@ -94,7 +94,7 @@ module Axlsx end end - # Adds a single sell to the row based on the data provided and updates the worksheet's autofit data. + # Adds a single cell to the row based on the data provided and updates the worksheet's autofit data. # @return [Cell] def add_cell(value = '', options = {}) c = Cell.new(self, value, options) |
