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

ruby-changes:38907

From: kazu <ko1@a...>
Date: Sun, 21 Jun 2015 23:48:51 +0900 (JST)
Subject: [ruby-changes:38907] kazu:r50988 (trunk): fix a typo [ci skip]

kazu	2015-06-21 23:48:35 +0900 (Sun, 21 Jun 2015)

  New Revision: 50988

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

  Log:
    fix a typo [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 50987)
+++ NEWS	(revision 50988)
@@ -37,7 +37,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L37
   * Thread#name, Thread#name are added to handle thread names [Feature #11251]
 
 * NameError
-  * NameError#receiver is added to take the reciever object. [Feature #10881]
+  * NameError#receiver is added to take the receiver object. [Feature #10881]
 
 === Core classes compatibility issues (excluding feature bug fixes)
 

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

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