aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-21 21:26:47 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-10-21 21:26:47 +0900
commit228ebdbf2fe65c673be8b6240cdec4f1b266eb2f (patch)
tree78ad0b0b5196df15a607bb24b07d82128092c0fa /NEWS
parentf364564e66d1db1de8e80d669287386595c8bc46 (diff)
downloadruby-228ebdbf2fe65c673be8b6240cdec4f1b266eb2f.tar.gz
NEWS: fix a typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
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.