mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* error.c: typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
56b9f4da43
commit
cd20570803
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -706,7 +706,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.
|
||||
|
|
Loading…
Reference in a new issue