1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[DOC] Fix a typo in the NEWS.md

Follow up of https://github.com/ruby/ruby/commit/fbb3cab.
This commit is contained in:
Koichi ITO 2022-01-31 07:38:10 +09:00 committed by GitHub
parent 99a65e80d5
commit f924e05b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2022-01-31 07:38:36 +09:00
Merged: https://github.com/ruby/ruby/pull/5507

Merged-By: nobu <nobu@ruby-lang.org>

View file

@ -68,7 +68,7 @@ Note: We're only listing outstanding class updates.
* Refinement#refined_class has been added. [[Feature #12737]]
* Struct
* A Struct class can also be initialized with keyboard arguments
* A Struct class can also be initialized with keyword arguments
without `keyword_init: true` on `Struct.new` [[Feature #16806]]
## Stdlib updates