From 2e327c32a690fc6064092e7314be6cd96c994fce Mon Sep 17 00:00:00 2001 From: Gary Holtz Date: Wed, 10 Dec 2014 23:58:39 -0600 Subject: Typo in row.rb "sell" should be "cell" --- lib/axlsx/workbook/worksheet/row.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3