diff options
| author | Randy Morgan <[email protected]> | 2012-04-09 19:14:04 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-04-09 19:14:04 +0900 |
| commit | c5abe63eee3f1435473afcbdbdea7990caef7bf3 (patch) | |
| tree | 6c31ae40103f9b86f5c7973d53591751b3835930 /lib/axlsx/stylesheet | |
| parent | 8c14a6846d53a23e442275346bca85f714a1df48 (diff) | |
| download | caxlsx-c5abe63eee3f1435473afcbdbdea7990caef7bf3.tar.gz caxlsx-c5abe63eee3f1435473afcbdbdea7990caef7bf3.zip | |
credit where credit is due, some docs changes and removing the befor_script from travis as it requires rake in the deps it seems.
Diffstat (limited to 'lib/axlsx/stylesheet')
| -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 cd8c7139..5a890033 100644 --- a/lib/axlsx/stylesheet/styles.rb +++ b/lib/axlsx/stylesheet/styles.rb @@ -133,7 +133,7 @@ module Axlsx # @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. + # @option options [Integer|Hash] border The border style to use. # @option options [String] bg_color The background color to apply to the cell # @option options [Boolean] hidden Indicates if the cell should be hidden # @option options [Boolean] locked Indicates if the cell should be locked |
