From c28d8098eccf710e597c29f2c42d9609192bb4ee Mon Sep 17 00:00:00 2001 From: Jonathan Tron Date: Mon, 20 Feb 2012 14:35:03 +0100 Subject: Fix doc for setting font name in styles --- lib/axlsx/stylesheet/styles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3