зеркало из https://github.com/github/ruby.git
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:
Родитель
f29e5013ad
Коммит
79ee23f01a
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>
|
* 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.
|
* Extend the object with the module.
|
||||||
*
|
*
|
||||||
* Same as \c Object\#extend_object.
|
* Same as \c Module\#extend_object.
|
||||||
* \ingroup class
|
* \ingroup class
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
@ -1775,7 +1775,7 @@ rb_errinfo(void)
|
||||||
/*! Sets the current exception (\c $!) to the given value
|
/*! Sets the current exception (\c $!) to the given value
|
||||||
*
|
*
|
||||||
* \param[in] err an \c Exception object or \c Qnil.
|
* \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.
|
* \note this function does not raise the exception.
|
||||||
* Use \c rb_raise() when you want to raise.
|
* Use \c rb_raise() when you want to raise.
|
||||||
* \ingroup exception
|
* \ingroup exception
|
||||||
|
|
Загрузка…
Ссылка в новой задаче