diff options
| author | Randy Morgan (@morgan_randy) <[email protected]> | 2018-02-06 20:44:39 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-02-06 20:44:39 +0900 |
| commit | b1d6c0a3ef1bd50228947f48f1034b9d42a9a405 (patch) | |
| tree | 6b5a0868a6da38c89d74b4e54d534f53049f25fd | |
| parent | a5a3e049a77a5553c2fba4fae809e3e242c51dbb (diff) | |
| parent | 76240544d3b6300b47b24de7621a3dc3f45e4f65 (diff) | |
| download | caxlsx-b1d6c0a3ef1bd50228947f48f1034b9d42a9a405.tar.gz caxlsx-b1d6c0a3ef1bd50228947f48f1034b9d42a9a405.zip | |
Merge pull request #554 from ryantk/patch-1
Fix incorrect option value in rdoc
| -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 |
