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/num_fmt.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/num_fmt.rb')
| -rw-r--r-- | lib/axlsx/stylesheet/num_fmt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/stylesheet/num_fmt.rb b/lib/axlsx/stylesheet/num_fmt.rb index 95d9a62b..4604d7bd 100644 --- a/lib/axlsx/stylesheet/num_fmt.rb +++ b/lib/axlsx/stylesheet/num_fmt.rb @@ -20,7 +20,7 @@ module Axlsx serializable_attributes :formatCode, :numFmtId # @return [String] The formatting to use for this number format. - # @see http://support.microsoft.com/kb/264372 + # @see https://support.microsoft.com/kb/264372 attr_reader :formatCode # @return [Integer] An unsigned integer referencing a standard or custom number format. |
