summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/row.rb
diff options
context:
space:
mode:
authorGary Holtz <[email protected]>2014-12-10 23:58:39 -0600
committerGary Holtz <[email protected]>2014-12-10 23:58:39 -0600
commit2e327c32a690fc6064092e7314be6cd96c994fce (patch)
treee8cdf7f9a7cffcef1f3ada0a12b85296aa8fcf00 /lib/axlsx/workbook/worksheet/row.rb
parent7cf747675097be13df633f1b2a5c45391df52b33 (diff)
downloadcaxlsx-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.rb2
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)