summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:47:40 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-30 12:47:40 +0000
commit7e0875aa161a6d83bf89d9a6a20f835fbb1c578f (patch)
tree0dcd202fcfd7ca131b2fcc335f8427091e065765
parentb8755b044e2c66baaaea28d981f192cbc53017e7 (diff)
merges r25334 from trunk into ruby_1_9_1.
-- * string.c (rb_check_string_type): rdoc fix [ruby-core:26084] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--string.c2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/string.c b/string.c
index f5945985c9..33f1646372 100644
--- a/string.c
+++ b/string.c
@@ -1283,7 +1283,7 @@ rb_check_string_type(VALUE str)
* 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
diff --git a/version.h b/version.h
index 035f4e4a09..8178e55943 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,5 @@
#define RUBY_VERSION "1.9.1"
-#define RUBY_PATCHLEVEL 390
+#define RUBY_PATCHLEVEL 391
#define RUBY_VERSION_MAJOR 1
#define RUBY_VERSION_MINOR 9
#define RUBY_VERSION_TEENY 1