summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/cell.rb
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2019-12-15 18:32:11 +0100
committerStefan Daschek <[email protected]>2019-12-15 18:32:11 +0100
commit5f0d84dd5f1abf8ecf5b3688dcd8c4af070b0ee4 (patch)
treee6454350a8f775995398fabca782deafd67ea914 /lib/axlsx/workbook/worksheet/cell.rb
parent8cc722d23d6c4abb2a9cd60ed076e40ab7897450 (diff)
downloadcaxlsx-5f0d84dd5f1abf8ecf5b3688dcd8c4af070b0ee4.tar.gz
caxlsx-5f0d84dd5f1abf8ecf5b3688dcd8c4af070b0ee4.zip
Fix typo.
See https://github.com/randym/axlsx/pull/635
Diffstat (limited to 'lib/axlsx/workbook/worksheet/cell.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/cell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/cell.rb b/lib/axlsx/workbook/worksheet/cell.rb
index fb10ad36..99b3f8b0 100644
--- a/lib/axlsx/workbook/worksheet/cell.rb
+++ b/lib/axlsx/workbook/worksheet/cell.rb
@@ -12,7 +12,7 @@ module Axlsx
# @param [Row] row The row this cell belongs to.
# @param [Any] value The value associated with this cell.
- # @option options [Symbol] type The intended data type for this cell. If not specified the data type will be determined internally based on the vlue provided.
+ # @option options [Symbol] type The intended data type for this cell. If not specified the data type will be determined internally based on the value provided.
# @option options [Integer] style The index of the cellXfs item to be applied to this cell. If not specified, the default style (0) will be applied.
# @option options [String] font_name
# @option options [Integer] charset