diff options
| author | Ryan Kendall <[email protected]> | 2017-10-12 13:22:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-12 13:22:15 +0100 |
| commit | 76240544d3b6300b47b24de7621a3dc3f45e4f65 (patch) | |
| tree | a4789d87b4e3b6fc428ad3b6e74899461e78f3a4 /lib/axlsx/stylesheet/styles.rb | |
| parent | c8ac844572b25fda358cc01d2104720c4c42f450 (diff) | |
| download | caxlsx-76240544d3b6300b47b24de7621a3dc3f45e4f65.tar.gz caxlsx-76240544d3b6300b47b24de7621a3dc3f45e4f65.zip | |
Fix incorrect option value in rdoc
Diffstat (limited to 'lib/axlsx/stylesheet/styles.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/styles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb index c7283324..2460ab10 100644 --- a/lib/axlsx/stylesheet/styles.rb +++ b/lib/axlsx/stylesheet/styles.rb @@ -128,7 +128,7 @@ module Axlsx # @option options [Boolean] i Indicates if the text should be italicised # @option options [Boolean] u Indicates if the text should be underlined # @option options [Boolean] strike Indicates if the text should be rendered with a strikethrough - # @option options [Boolean] strike Indicates if the text should be rendered with a shadow + # @option options [Boolean] shadow Indicates if the text should be rendered with a shadow # @option options [Integer] charset The character set to use. # @option options [Integer] family The font family to use. # @option options [String] font_name The name of the font to use |
