summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-02-20 15:09:10 -0800
committerRandy Morgan <[email protected]>2012-02-20 15:09:10 -0800
commit04ed5711fe43265e8c758a22289f9b960d869c7c (patch)
treeadd19c1ee9be806e1dc4928c44a95fd8ed5310cf
parent66abe97ad9988928bb02d8b19f3d316c786e6908 (diff)
parentc28d8098eccf710e597c29f2c42d9609192bb4ee (diff)
downloadcaxlsx-04ed5711fe43265e8c758a22289f9b960d869c7c.tar.gz
caxlsx-04ed5711fe43265e8c758a22289f9b960d869c7c.zip
Merge pull request #30 from JonathanTron/patch-1
Fix doc for setting font name in styles
-rw-r--r--lib/axlsx/stylesheet/styles.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/styles.rb b/lib/axlsx/stylesheet/styles.rb
index 421215c1..015bddf2 100644
--- a/lib/axlsx/stylesheet/styles.rb
+++ b/lib/axlsx/stylesheet/styles.rb
@@ -129,7 +129,7 @@ module Axlsx
# @option options [Boolean] strike 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] name The name of the font to use
+ # @option options [String] font_name The name of the font to use
# @option options [Integer] num_fmt The number format to apply
# @option options [String] format_code The formatting to apply. If this is specified, num_fmt is ignored.
# @option options [Integer] border The border style to use.