diff options
| author | Geremia Taglialatela <[email protected]> | 2023-05-21 14:49:06 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-21 14:49:06 +0200 |
| commit | d0092daee2723c016baa04102c7fb60ea115a646 (patch) | |
| tree | e37bdae6a4be082fd3bea08fef6006fe60615f2a /lib/axlsx/stylesheet/styles.rb | |
| parent | ed25dade53fd5e4d74d9d171fcc62e3fc2cd68a7 (diff) | |
| download | caxlsx-d0092daee2723c016baa04102c7fb60ea115a646.tar.gz caxlsx-d0092daee2723c016baa04102c7fb60ea115a646.zip | |
Improve comments
- Use https where possible
- Capitalize Excel
Diffstat (limited to 'lib/axlsx/stylesheet/styles.rb')
| -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 e8263b45..f67c711a 100644 --- a/lib/axlsx/stylesheet/styles.rb +++ b/lib/axlsx/stylesheet/styles.rb @@ -110,7 +110,7 @@ module Axlsx # @see Styles#add_style attr_reader :dxfs - # The collection of table styles that will be available to the user in the excel UI + # The collection of table styles that will be available to the user in the Excel UI # @return [SimpleTypedList] # @note The recommended way to manage styles is with add_style # @see Styles#add_style |
