aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2022-01-31 07:38:10 +0900
committerGitHub <noreply@github.com>2022-01-31 07:38:10 +0900
commitf924e05b68f30371434d390a3e97f874a055e5c3 (patch)
tree1d1400d4e1015d7e24baf0065a91915458a19188
parent99a65e80d56c654d60fdd3f30c7cf7450a591b20 (diff)
downloadruby-f924e05b68f30371434d390a3e97f874a055e5c3.tar.gz
[DOC] Fix a typo in the NEWS.md
Follow up of https://github.com/ruby/ruby/commit/fbb3cab.
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
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