summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorIwan Buetti <[email protected]>2015-04-26 22:56:46 +0200
committerIwan Buetti <[email protected]>2015-04-26 22:56:46 +0200
commit760de3af180c37bd8039ee634c5df6646ff8cd73 (patch)
treea5f44557606cfdb5062269bfa0441f92e49b5019 /lib
parent47325fc9de0acfb4acf24f599c188bf0de231538 (diff)
downloadcaxlsx-760de3af180c37bd8039ee634c5df6646ff8cd73.tar.gz
caxlsx-760de3af180c37bd8039ee634c5df6646ff8cd73.zip
Update worksheet.rb
small oversight...
Diffstat (limited to 'lib')
-rw-r--r--lib/axlsx/workbook/worksheet/worksheet.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/workbook/worksheet/worksheet.rb b/lib/axlsx/workbook/worksheet/worksheet.rb
index 3a8aeb46..1d35b99d 100644
--- a/lib/axlsx/workbook/worksheet/worksheet.rb
+++ b/lib/axlsx/workbook/worksheet/worksheet.rb
@@ -91,7 +91,7 @@ module Axlsx
# @see [SheetFormatPr]
def sheet_format_pr
@sheet_format_pr ||= SheetFormatPr.new
- yeild @sheet_format_pr if block_given?
+ yield @sheet_format_pr if block_given?
@sheet_format_pr
end