From 228ebdbf2fe65c673be8b6240cdec4f1b266eb2f Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 21 Oct 2019 21:26:47 +0900 Subject: NEWS: fix a typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 78db0a7637..21998e1202 100644 --- a/NEWS +++ b/NEWS @@ -126,7 +126,7 @@ sufficient information, see the ChangeLog file or Redmine [1, 2, 10].map { _1.to_s(16) } #=> ["1", "2", "a"] -==== proc/lambda without no block is deprecated +==== proc/lambda without block is deprecated * Proc.new and Kernel#proc with no block in a method called with a block is warned now. -- cgit v1.2.3