[前][次][番号順一覧][スレッド一覧]

ruby-changes:58341

From: Yusuke <ko1@a...>
Date: Mon, 21 Oct 2019 21:27:08 +0900 (JST)
Subject: [ruby-changes:58341] 228ebdbf2f (master): NEWS: fix a typo

https://git.ruby-lang.org/ruby.git/commit/?id=228ebdbf2f

From 228ebdbf2fe65c673be8b6240cdec4f1b266eb2f Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Mon, 21 Oct 2019 21:26:47 +0900
Subject: NEWS: fix a typo


diff --git a/NEWS b/NEWS
index 78db0a7..21998e1 100644
--- a/NEWS
+++ b/NEWS
@@ -126,7 +126,7 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS#L126
 
     [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 v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]