summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonathan Tron <[email protected]>2012-02-20 14:35:03 +0100
committerJonathan Tron <[email protected]>2012-02-20 14:35:03 +0100
commitc28d8098eccf710e597c29f2c42d9609192bb4ee (patch)
treeadd19c1ee9be806e1dc4928c44a95fd8ed5310cf
parent66abe97ad9988928bb02d8b19f3d316c786e6908 (diff)
downloadcaxlsx-c28d8098eccf710e597c29f2c42d9609192bb4ee.tar.gz
caxlsx-c28d8098eccf710e597c29f2c42d9609192bb4ee.zip
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.