summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorMichael Westbom <[email protected]>2013-07-30 21:54:03 -0400
committerMichael Westbom <[email protected]>2013-07-30 21:54:03 -0400
commit5eaff9477c4d088617ecbf0ff2577279f3ed5f93 (patch)
tree802e227ab205d91137a39b7ad9870e44486fcb56 /lib
parent7fb6629b6f1e56b3e012613ec8cfcda8628c0ca5 (diff)
downloadcaxlsx-5eaff9477c4d088617ecbf0ff2577279f3ed5f93.tar.gz
caxlsx-5eaff9477c4d088617ecbf0ff2577279f3ed5f93.zip
Update row.rb
Fixed a little typo.
Diffstat (limited to 'lib')
-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 43c85b59..5e335ca5 100644
--- a/lib/axlsx/workbook/worksheet/row.rb
+++ b/lib/axlsx/workbook/worksheet/row.rb
@@ -97,7 +97,7 @@ module Axlsx
str << '</row>'
end
- # Adds a singel sell to the row based on the data provided and updates the worksheet's autofit data.
+ # Adds a single sell 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)