summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJurriaan Pruis <[email protected]>2014-12-11 07:29:19 +0100
committerJurriaan Pruis <[email protected]>2014-12-11 07:29:19 +0100
commit4199f37303923637d02717b32c52b9dc83fc478b (patch)
treee8cdf7f9a7cffcef1f3ada0a12b85296aa8fcf00
parent7cf747675097be13df633f1b2a5c45391df52b33 (diff)
parent2e327c32a690fc6064092e7314be6cd96c994fce (diff)
downloadcaxlsx-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.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)