[前][次][番号順一覧][スレッド一覧]

ruby-changes:71049

From: Koichi <ko1@a...>
Date: Mon, 31 Jan 2022 07:38:29 +0900 (JST)
Subject: [ruby-changes:71049] f924e05b68 (master): [DOC] Fix a typo in the NEWS.md

https://git.ruby-lang.org/ruby.git/commit/?id=f924e05b68

From f924e05b68f30371434d390a3e97f874a055e5c3 Mon Sep 17 00:00:00 2001
From: Koichi ITO <koic.ito@g...>
Date: Mon, 31 Jan 2022 07:38:10 +0900
Subject: [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 5bad4b03244..c9f9527fdc7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -68,7 +68,7 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L68
     * 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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]