diff options
author | Kazuki Tsujimoto <[email protected]> | 2024-12-23 15:01:20 +0900 |
---|---|---|
committer | Kazuki Tsujimoto <[email protected]> | 2024-12-23 15:01:20 +0900 |
commit | f2d1c3d3ce80e895b3295443c6bd3d63647d7d04 (patch) | |
tree | a3cb48d3d0961138f7eeefc3efcc80c5467d41d1 | |
parent | 8947e53bd6119d7bfd4896d2c2082079b918f281 (diff) |
[DOC] Fix a typo in NEWS.md
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -718,7 +718,7 @@ The following bundled gems are promoted from default gems. [uri-v1.0.1]: https://github.com/ruby/uri/releases/tag/v1.0.1 [uri-v1.0.2]: https://github.com/ruby/uri/releases/tag/v1.0.2 [win32ole-v1.9.0]: https://github.com/ruby/win32ole/releases/tag/v1.9.0 -[win32ole-v1.9.1]: https://github.com/ruby/win32ole/releases/tag/v1.9.1[] +[win32ole-v1.9.1]: https://github.com/ruby/win32ole/releases/tag/v1.9.1 [yaml-v0.4.0]: https://github.com/ruby/yaml/releases/tag/v0.4.0 [zlib-v3.1.1]: https://github.com/ruby/zlib/releases/tag/v3.1.1 [zlib-v3.2.0]: https://github.com/ruby/zlib/releases/tag/v3.2.0 |