From f924e05b68f30371434d390a3e97f874a055e5c3 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 31 Jan 2022 07:38:10 +0900 Subject: [PATCH] [DOC] Fix a typo in the NEWS.md Follow up of https://github.com/ruby/ruby/commit/fbb3cab. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5bad4b0324..c9f9527fdc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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