From 0ce68e33d26950cd336c20f92bd1412a7888d2c0 Mon Sep 17 00:00:00 2001 From: marcandre Date: Wed, 14 Oct 2009 13:41:33 +0000 Subject: * string.c (rb_check_string_type): rdoc fix [ruby-core:26084] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index d7871c15e..a8f2a1eee 100644 --- a/string.c +++ b/string.c @@ -1382,7 +1382,7 @@ rb_check_string_type(VALUE str) * String.try_convert(obj) -> string or nil * * Try to convert obj into a String, using to_str method. - * Returns converted regexp or nil if obj cannot be converted + * Returns converted string or nil if obj cannot be converted * for any reason. * * String.try_convert("str") # => str -- cgit