[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 коммит произвёл GitHub
Родитель 99a65e80d5
Коммит f924e05b68
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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