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

ruby-changes:24263

From: kazu <ko1@a...>
Date: Thu, 5 Jul 2012 11:05:06 +0900 (JST)
Subject: [ruby-changes:24263] kazu:r36314 (trunk): fix a typo

kazu	2012-07-05 11:04:57 +0900 (Thu, 05 Jul 2012)

  New Revision: 36314

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

  Log:
    fix a typo

  Modified files:
    trunk/NEWS

Index: NEWS
===================================================================
--- NEWS	(revision 36313)
+++ NEWS	(revision 36314)
@@ -55,7 +55,7 @@
   * Module
     * added method:
       * added Module#prepend which is similar to Module#include,
-        however a mehtod in the prepended module overrides the
+        however a method in the prepended module overrides the
         corresponding method in the prepending module.
     * extended method:
       * Module#define_method accepts a UnboundMethod from a Module.

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

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