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

ruby-changes:28540

From: eregon <ko1@a...>
Date: Mon, 6 May 2013 15:40:35 +0900 (JST)
Subject: [ruby-changes:28540] eregon:r40592 (trunk): * compar.c (Comparable#==): fix typo.

eregon	2013-05-06 15:40:23 +0900 (Mon, 06 May 2013)

  New Revision: 40592

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

  Log:
    * compar.c (Comparable#==): fix typo.
      Patch by Andrew Grimm. [Fix GH-297]

  Modified files:
    trunk/compar.c

Index: compar.c
===================================================================
--- compar.c	(revision 40591)
+++ compar.c	(revision 40592)
@@ -76,7 +76,7 @@ cmp_failed(void) https://github.com/ruby/ruby/blob/trunk/compar.c#L76
  *  _obj_ and _other_ are the same object.
  *
  *  Even if _obj_ <=> _other_ raised an exception, the exception
- *  is ignoread and returns false.
+ *  is ignored and returns false.
  */
 
 static VALUE

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

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