summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 08:20:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-23 08:20:35 +0000
commit9562813d338b5f2870408e95747d71502590c14f (patch)
tree91946f00e302028eb943ce15c37418c0069b6025 /variable.c
parentd66da40534d3bc87a974430a8a8e6aec1c0ebbc4 (diff)
README.EXT: grammer updates by Simon Cozens.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index f63f543d43..926cdb9160 100644
--- a/variable.c
+++ b/variable.c
@@ -256,7 +256,7 @@ rb_path2class(path)
case T_CLASS:
break;
default:
- rb_raise(rb_eTypeError, "%s does not refer class/module %d", path, TYPE(c));
+ rb_raise(rb_eTypeError, "%s does not refer class/module", path);
}
}