summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/outline_pr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/axlsx/workbook/worksheet/outline_pr.rb')
-rw-r--r--lib/axlsx/workbook/worksheet/outline_pr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/outline_pr.rb b/lib/axlsx/workbook/worksheet/outline_pr.rb
index ae9ccf38..f25ef4fa 100644
--- a/lib/axlsx/workbook/worksheet/outline_pr.rb
+++ b/lib/axlsx/workbook/worksheet/outline_pr.rb
@@ -18,7 +18,7 @@ module Axlsx
:apply_styles
# Creates a new OutlinePr object
- # @param [Worksheet] worksheet The worksheet that owns this OutlinePr object
+ # @param [Hash] options used to create the outline_pr
def initialize(options = {})
parse_options options
end