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

ruby-changes:38422

From: kazu <ko1@a...>
Date: Sat, 16 May 2015 19:45:29 +0900 (JST)
Subject: [ruby-changes:38422] kazu:r50503 (trunk): fix a typo [ci skip]

kazu	2015-05-16 19:45:03 +0900 (Sat, 16 May 2015)

  New Revision: 50503

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

  Log:
    fix a typo [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 50502)
+++ NEWS	(revision 50503)
@@ -17,7 +17,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L17
 
 * Enumerable
 
-  * Enumerable#grep_v is added as inversed version of Enumerable#grep.
+  * Enumerable#grep_v is added as inverse version of Enumerable#grep.
 
 === Core classes compatibility issues (excluding feature bug fixes)
 

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

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