mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f29e5013ad
commit
79ee23f01a
1 changed files with 3 additions and 3 deletions
6
eval.c
6
eval.c
|
@ -862,7 +862,7 @@ rb_need_block(void)
|
|||
}
|
||||
}
|
||||
|
||||
/*! An equivalent of \c rescue calause.
|
||||
/*! An equivalent of \c rescue clause.
|
||||
*
|
||||
* Equivalent to <code>begin .. rescue err_type .. end</code>
|
||||
*
|
||||
|
@ -1581,7 +1581,7 @@ rb_obj_call_init(VALUE obj, int argc, const VALUE *argv)
|
|||
/*!
|
||||
* Extend the object with the module.
|
||||
*
|
||||
* Same as \c Object\#extend_object.
|
||||
* Same as \c Module\#extend_object.
|
||||
* \ingroup class
|
||||
*/
|
||||
void
|
||||
|
@ -1775,7 +1775,7 @@ rb_errinfo(void)
|
|||
/*! Sets the current exception (\c $!) to the given value
|
||||
*
|
||||
* \param[in] err an \c Exception object or \c Qnil.
|
||||
* \exception TypeError if \a err is neither an exception or \c nil.
|
||||
* \exception TypeError if \a err is neither an exception nor \c nil.
|
||||
* \note this function does not raise the exception.
|
||||
* Use \c rb_raise() when you want to raise.
|
||||
* \ingroup exception
|
||||
|
|
Loading…
Reference in a new issue