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

ruby-changes:13552

From: marcandre <ko1@a...>
Date: Wed, 14 Oct 2009 22:41:39 +0900 (JST)
Subject: [ruby-changes:13552] Ruby:r25334 (trunk): * string.c (rb_check_string_type): rdoc fix

marcandre	2009-10-14 22:41:33 +0900 (Wed, 14 Oct 2009)

  New Revision: 25334

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

  Log:
    * string.c (rb_check_string_type): rdoc fix [ruby-core:26084]

  Modified files:
    trunk/string.c

Index: string.c
===================================================================
--- string.c	(revision 25333)
+++ string.c	(revision 25334)
@@ -1382,7 +1382,7 @@
  *     String.try_convert(obj) -> string or nil
  *
  *  Try to convert <i>obj</i> into a String, using to_str method.
- *  Returns converted regexp or nil if <i>obj</i> cannot be converted
+ *  Returns converted string or nil if <i>obj</i> cannot be converted
  *  for any reason.
  *
  *     String.try_convert("str")     # => str

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

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