ruby-changes:43443
From: nobu <ko1@a...>
Date: Tue, 28 Jun 2016 09:56:38 +0900 (JST)
Subject: [ruby-changes:43443] nobu:r55517 (trunk): Fix typo [ci skip]
nobu 2016-06-28 09:56:31 +0900 (Tue, 28 Jun 2016) New Revision: 55517 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55517 Log: Fix typo [ci skip] * object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393] Modified files: trunk/ChangeLog trunk/object.c Index: ChangeLog =================================================================== --- ChangeLog (revision 55516) +++ ChangeLog (revision 55517) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jun 28 09:56:29 2016 Stefan Schussler <mail@s...> + + * object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393] + Tue Jun 28 02:41:32 2016 NARUSE, Yui <naruse@r...> * insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow Index: object.c =================================================================== --- object.c (revision 55516) +++ object.c (revision 55517) @@ -1523,7 +1523,7 @@ rb_mod_freeze(VALUE mod) https://github.com/ruby/ruby/blob/trunk/object.c#L1523 * mod === obj -> true or false * * Case Equality---Returns <code>true</code> if <i>obj</i> is an - * instance of <i>mod</i> or and instance of one of <i>mod</i>'s descendants. + * instance of <i>mod</i> or an instance of one of <i>mod</i>'s descendants. * Of limited use for modules, but can be used in <code>case</code> statements * to classify objects by class. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/