diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-23 08:20:35 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-23 08:20:35 +0000 |
| commit | 6c86f1f185e67a4fce120538804929d599e65129 (patch) | |
| tree | 91946f00e302028eb943ce15c37418c0069b6025 /variable.c | |
| parent | 9435841f2c5ec9e327e062e17912bf6e3db897d6 (diff) | |
| download | ruby-6c86f1f185e67a4fce120538804929d599e65129.tar.gz ruby-6c86f1f185e67a4fce120538804929d599e65129.tar.xz ruby-6c86f1f185e67a4fce120538804929d599e65129.zip | |
README.EXT: grammer updates by Simon Cozens.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c index f63f543d4..926cdb916 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); } } |
