From 79ee23f01aeda0eb216561e351126023ad81fd9c Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 26 Jul 2017 00:01:26 +0000 Subject: Fix typos [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 61850f5597..e4867d182a 100644 --- a/eval.c +++ b/eval.c @@ -862,7 +862,7 @@ rb_need_block(void) } } -/*! An equivalent of \c rescue calause. +/*! An equivalent of \c rescue clause. * * Equivalent to begin .. rescue err_type .. end * @@ -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 -- cgit v1.2.3