diff options
| author | Stefan Daschek <[email protected]> | 2019-12-15 18:32:11 +0100 |
|---|---|---|
| committer | Stefan Daschek <[email protected]> | 2019-12-15 18:32:11 +0100 |
| commit | 5f0d84dd5f1abf8ecf5b3688dcd8c4af070b0ee4 (patch) | |
| tree | e6454350a8f775995398fabca782deafd67ea914 /lib/axlsx/workbook/worksheet/cell.rb | |
| parent | 8cc722d23d6c4abb2a9cd60ed076e40ab7897450 (diff) | |
| download | caxlsx-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.rb | 2 |
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 |
