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

ruby-changes:44379

From: nobu <ko1@a...>
Date: Thu, 20 Oct 2016 07:44:55 +0900 (JST)
Subject: [ruby-changes:44379] nobu:r56452 (trunk): Fix typos [ci skip]

nobu	2016-10-20 07:44:49 +0900 (Thu, 20 Oct 2016)

  New Revision: 56452

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

  Log:
    Fix typos [ci skip]
    
    * NEWS: fix typos "Refinments" as "Refinements".

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56451)
+++ NEWS	(revision 56452)
@@ -17,9 +17,9 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L17
 * Multiple assignment in conditional expression is now allowed.
   [Feature #10617]
 
-* Refinments is enabled at method by Symbol#to_proc.  [Feature #9451]
+* Refinements is enabled at method by Symbol#to_proc.  [Feature #9451]
 
-* Refinments is enabled with Kernel#send and BasicObject#__send__.
+* Refinements is enabled with Kernel#send and BasicObject#__send__.
   [Feature #11476]
 
 === Core classes updates (outstanding ones only)

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

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