diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-18 03:17:27 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-03-18 03:17:27 +0000 |
commit | 7db2143471f20621e1a5850582893f68f67cdc3e (patch) | |
tree | 97268da74dd8ec63fc8f95328d5a7adb156f5137 /error.c | |
parent | 24d08708ee8ed1839428e88afcec07a7e54611ff (diff) | |
download | ruby-7db2143471f20621e1a5850582893f68f67cdc3e.tar.gz |
* error.c: typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r-- | error.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -678,7 +678,7 @@ name_err_to_s(exc) * call-seq: * NoMethodError.new(msg, name [, args]) => no_method_error * - * Contruct a NoMethodError exception for a method of the given name + * Construct a NoMethodError exception for a method of the given name * called with the given arguments. The name may be accessed using * the <code>#name</code> method on the resulting object, and the * arguments using the <code>#args</code> method. |