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

ruby-changes:13604

From: akr <ko1@a...>
Date: Sat, 17 Oct 2009 20:12:15 +0900 (JST)
Subject: [ruby-changes:13604] Ruby:r25386 (trunk): fix a typo.

akr	2009-10-17 20:12:05 +0900 (Sat, 17 Oct 2009)

  New Revision: 25386

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

  Log:
    fix a typo.

  Modified files:
    trunk/string.c

Index: string.c
===================================================================
--- string.c	(revision 25385)
+++ string.c	(revision 25386)
@@ -2150,7 +2150,7 @@
  * call-seq:
  *   str.eql?(other)   => true or false
  *
- * Two strings are equal if the have the same length and content.
+ * Two strings are equal if they have the same length and content.
  */
 
 static VALUE

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

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