summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 7d66e1aaa5..3e153d8492 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -117,7 +117,7 @@ Note: We're only listing outstanding class updates.
* `Ractor#close_incoming` and `Ractor#close_outgoing` were removed.
- * `Ractor.sharealbe_proc` and `Ractor.shareable_lambda` is introduced
+ * `Ractor.shareable_proc` and `Ractor.shareable_lambda` is introduced
to make shareable Proc or lambda.
[[Feature #21550]], [[Feature #21557]]