mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo [ci skip]
* object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc1b4bd686
commit
f1707e44fb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 28 09:56:29 2016 Stefan Schussler <mail@stefanschuessler.de>
|
||||
|
||||
* object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393]
|
||||
|
||||
Tue Jun 28 02:41:32 2016 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
|
||||
|
|
2
object.c
2
object.c
|
@ -1523,7 +1523,7 @@ rb_mod_freeze(VALUE mod)
|
|||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue