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

ruby-changes:52586

From: kazu <ko1@a...>
Date: Fri, 21 Sep 2018 11:14:40 +0900 (JST)
Subject: [ruby-changes:52586] kazu:r64798 (trunk): Fix a typo [ci skip]

kazu	2018-09-21 11:14:33 +0900 (Fri, 21 Sep 2018)

  New Revision: 64798

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64798

  Log:
    Fix a typo [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 64797)
+++ NEWS	(revision 64798)
@@ -229,7 +229,7 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L229
 
     * Modified methods:
 
-        * `Hash#to_h` now maps keys and values to new keys and values
+        * `Struct#to_h` now maps keys and values to new keys and values
 	  by the block if given.  [Feature #15143]
 
     * Aliased method:

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

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