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

ruby-changes:47019

From: eregon <ko1@a...>
Date: Wed, 21 Jun 2017 19:06:49 +0900 (JST)
Subject: [ruby-changes:47019] eregon:r59134 (trunk): * NEWS: Fix typo.

eregon	2017-06-21 19:06:44 +0900 (Wed, 21 Jun 2017)

  New Revision: 59134

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

  Log:
    * NEWS: Fix typo.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 59133)
+++ NEWS	(revision 59134)
@@ -85,7 +85,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L85
     (same as "literal".freeze in Ruby 2.1+) [Feature #13295]
   * String#{casecmp,casecmp?} now return nil for non-string arguments
     instead of raising a TypeError. [Bug #13312]
-  * String##delete_prefix is added to remove prefix [Feature #12694]
+  * String#delete_prefix is added to remove prefix [Feature #12694]
   * String#delete_prefix! is added to remove prefix destructively [Feature #12694]
 
 === Stdlib updates (outstanding ones only)

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

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