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

ruby-changes:52139

From: kazu <ko1@a...>
Date: Mon, 13 Aug 2018 23:54:36 +0900 (JST)
Subject: [ruby-changes:52139] kazu:r64347 (trunk): fix typos [ci skip]

kazu	2018-08-13 23:54:32 +0900 (Mon, 13 Aug 2018)

  New Revision: 64347

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 64346)
+++ NEWS	(revision 64347)
@@ -106,7 +106,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L106
 
 * Module
 
-  * Module#method_defind?, Module#private_method_defined? and Module#protected_mathod_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944]
+  * Module#method_defined?, Module#private_method_defined? and Module#protected_method_defined? now accepts the second parameter as optional. If it's true (=default), checks ancestor modules/classes, or checks only the class itself. [Feature #14944]
 
 * NameError
 

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

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