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

ruby-changes:12194

From: tadf <ko1@a...>
Date: Sat, 27 Jun 2009 19:35:27 +0900 (JST)
Subject: [ruby-changes:12194] Ruby:r23873 (trunk): trivial change.

tadf	2009-06-27 19:35:17 +0900 (Sat, 27 Jun 2009)

  New Revision: 23873

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

  Log:
    trivial change.

  Modified files:
    trunk/complex.c

Index: complex.c
===================================================================
--- complex.c	(revision 23872)
+++ complex.c	(revision 23873)
@@ -1473,7 +1473,7 @@
  * Returns a complex which denotes the string form.  The parser
  * ignores leading whitespaces and trailing garbage.  Any digit
  * sequences can be separeted by an underscore.  Returns zero for null
- * string.
+ * or garbage string.
  *
  * For example:
  *

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

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