Fix typo in NEWS

This commit is contained in:
Benoit Daloze 2025-09-23 21:18:39 +02:00
parent 0fe1099d9a
commit 990ec01e7d

View File

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