summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/workbook.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-05-21 14:49:06 +0200
committerGeremia Taglialatela <[email protected]>2023-05-21 14:49:06 +0200
commitd0092daee2723c016baa04102c7fb60ea115a646 (patch)
treee37bdae6a4be082fd3bea08fef6006fe60615f2a /lib/axlsx/workbook/workbook.rb
parented25dade53fd5e4d74d9d171fcc62e3fc2cd68a7 (diff)
downloadcaxlsx-d0092daee2723c016baa04102c7fb60ea115a646.tar.gz
caxlsx-d0092daee2723c016baa04102c7fb60ea115a646.zip
Improve comments
- Use https where possible - Capitalize Excel
Diffstat (limited to 'lib/axlsx/workbook/workbook.rb')
-rw-r--r--lib/axlsx/workbook/workbook.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/workbook.rb b/lib/axlsx/workbook/workbook.rb
index 1a2f0488..2007b863 100644
--- a/lib/axlsx/workbook/workbook.rb
+++ b/lib/axlsx/workbook/workbook.rb
@@ -391,7 +391,7 @@ module Axlsx
end
# returns a range of cells in a worksheet
- # @param [String] cell_def The excel style reference defining the worksheet and cells. The range must specify the sheet to
+ # @param [String] cell_def The Excel style reference defining the worksheet and cells. The range must specify the sheet to
# retrieve the cells from. e.g. range('Sheet1!A1:B2') will return an array of four cells [A1, A2, B1, B2] while range('Sheet1!A1') will return a single Cell.
# @return [Cell, Array]
def [](cell_def)