From 856624228c8f2bab8481b9791296804fb6180897 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 14 Oct 2014 19:54:36 +0000 Subject: * error.c: [DOC] Fix case of type in exception message by @tricknotes [Fixes GH-740] https://github.com/ruby/ruby/pull/740 * object.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 3126ed01e6..f330aeeab5 100644 --- a/object.c +++ b/object.c @@ -1073,7 +1073,7 @@ rb_obj_infect(VALUE obj1, VALUE obj2) * * produces: * - * prog.rb:3:in `<<': can't modify frozen array (RuntimeError) + * prog.rb:3:in `<<': can't modify frozen Array (RuntimeError) * from prog.rb:3 * * Objects of the following classes are always frozen: Fixnum, -- cgit v1.2.3