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/package.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/package.rb')
| -rw-r--r-- | lib/axlsx/package.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index b4116f76..9eab87a6 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -159,7 +159,7 @@ module Axlsx # # If by chance you are able to create a package that does not validate it indicates that the internal # validation is not robust enough and needs to be improved. Please report your errors to the gem author. - # @see http://www.ecma-international.org/publications/standards/Ecma-376.htm + # @see https://www.ecma-international.org/publications-and-standards/standards/ecma-376/ # @example # # The following will output any error messages found in serialization. # p = Axlsx::Package.new |
