ruby-changes:47303
From: kazu <ko1@a...>
Date: Wed, 26 Jul 2017 09:01:44 +0900 (JST)
Subject: [ruby-changes:47303] kazu:r59418 (trunk): Fix typos [ci skip]
kazu 2017-07-26 09:01:26 +0900 (Wed, 26 Jul 2017) New Revision: 59418 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59418 Log: Fix typos [ci skip] Modified files: trunk/eval.c Index: eval.c =================================================================== --- eval.c (revision 59417) +++ eval.c (revision 59418) @@ -862,7 +862,7 @@ rb_need_block(void) https://github.com/ruby/ruby/blob/trunk/eval.c#L862 } } -/*! 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, co https://github.com/ruby/ruby/blob/trunk/eval.c#L1581 /*! * 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) https://github.com/ruby/ruby/blob/trunk/eval.c#L1775 /*! 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/