From 14c05d69ddf555528bb20991d289454d5350969c Mon Sep 17 00:00:00 2001 From: randym Date: Wed, 7 Feb 2018 11:20:39 +0900 Subject: fix(docs): patch docs returns -> return --- lib/axlsx/workbook/worksheet/rich_text_run.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/workbook/worksheet/rich_text_run.rb b/lib/axlsx/workbook/worksheet/rich_text_run.rb index 5dcc86a4..7ee3bf3a 100644 --- a/lib/axlsx/workbook/worksheet/rich_text_run.rb +++ b/lib/axlsx/workbook/worksheet/rich_text_run.rb @@ -169,7 +169,7 @@ module Axlsx # Tries to work out the width of the longest line in the run # @param [Array] widtharray this array is populated with the widths of each line in the run. - # @returns [Array] + # @return [Array] def autowidth(widtharray) return if value.nil? if styles.cellXfs[style].alignment && styles.cellXfs[style].alignment.wrap_text -- cgit v1.2.3