diff options
| author | Jurriaan Pruis <[email protected]> | 2014-12-11 07:29:19 +0100 |
|---|---|---|
| committer | Jurriaan Pruis <[email protected]> | 2014-12-11 07:29:19 +0100 |
| commit | 4199f37303923637d02717b32c52b9dc83fc478b (patch) | |
| tree | e8cdf7f9a7cffcef1f3ada0a12b85296aa8fcf00 | |
| parent | 7cf747675097be13df633f1b2a5c45391df52b33 (diff) | |
| parent | 2e327c32a690fc6064092e7314be6cd96c994fce (diff) | |
| download | caxlsx-4199f37303923637d02717b32c52b9dc83fc478b.tar.gz caxlsx-4199f37303923637d02717b32c52b9dc83fc478b.zip | |
Merge pull request #363 from garymh/patch-1
Typo in 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) |
