aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 22:00:58 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-29 22:00:58 +0000
commitc34e9f23aa2b6909e92623710e91cd99eaff2dc3 (patch)
tree5c7a3f0dc46c41f15e82c52a15db57710182ef5d /error.c
parent115a51f8ec4972d6a1b4000b50536b1a64a1888e (diff)
downloadruby-c34e9f23aa2b6909e92623710e91cd99eaff2dc3.tar.gz
* object.c: Improve error for failed implicit conversions [Bug #7539]
* error.c: Adapt rdoc * test/ruby/test_object.rb: Test for above git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index da24505eb0..4b678d8957 100644
--- a/error.c
+++ b/error.c
@@ -1390,7 +1390,7 @@ syserr_eqq(VALUE self, VALUE exc)
*
* <em>raises the exception:</em>
*
- * TypeError: can't convert String into Integer
+ * TypeError: no implicit conversion of String into Integer
*
*/