summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPascal Andermatt <[email protected]>2021-05-31 11:43:04 +0200
committerJosef Šimánek <[email protected]>2021-05-31 13:09:54 +0200
commit4c90348a99300f21bf206ac02e7ed365b41dae0d (patch)
treeac766f9226ba349f4d90b3f3f6906aee43c97c7f
parent8d55f0d2ad3c5e4f4c6e9be1cf1e7b065fc25e49 (diff)
downloadcaxlsx-4c90348a99300f21bf206ac02e7ed365b41dae0d.tar.gz
caxlsx-4c90348a99300f21bf206ac02e7ed365b41dae0d.zip
Fix 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 80937cf2..63a8d328 100644
--- a/lib/axlsx/workbook/worksheet/row.rb
+++ b/lib/axlsx/workbook/worksheet/row.rb
@@ -57,7 +57,7 @@ module Axlsx
attr_reader :outline_level
alias :outlineLevel :outline_level
- # The style applied ot the row. This affects the entire row.
+ # The style applied to the row. This affects the entire row.
# @return [Integer]
attr_reader :s