summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.