summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/protected_range.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-05 17:46:42 +0200
committerGeremia Taglialatela <[email protected]>2023-04-06 09:55:34 +0200
commit94813f5200da3f034af11b9537221e076de174a6 (patch)
treeebb358d150685836b916ca5b38a8a0a47bb9fbab /lib/axlsx/workbook/worksheet/protected_range.rb
parenta802d1d179f5ab56b419e1b47e62885d72b5384d (diff)
downloadcaxlsx-94813f5200da3f034af11b9537221e076de174a6.tar.gz
caxlsx-94813f5200da3f034af11b9537221e076de174a6.zip
Fix Layout/CommentIndentation offenses
``` rubocop --only Layout/CommentIndentation -a ```
Diffstat (limited to 'lib/axlsx/workbook/worksheet/protected_range.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/protected_range.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/protected_range.rb b/lib/axlsx/workbook/worksheet/protected_range.rb
index 492b2254..e0da00df 100644
--- a/lib/axlsx/workbook/worksheet/protected_range.rb
+++ b/lib/axlsx/workbook/worksheet/protected_range.rb
@@ -7,7 +7,7 @@ module Axlsx
include Axlsx::OptionsParser
include Axlsx::SerializedAttributes
- # Initializes a new protected range object
+ # Initializes a new protected range object
# @option [String] sqref The cell range reference to protect. This can be an absolute or a relateve range however, it only applies to the current sheet.
# @option [String] name An optional name for the protected name.
def initialize(options={})