mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* compar.c (Comparable#==): fix typo.
Patch by Andrew Grimm. [Fix GH-297] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef07aa791b
commit
85bfd7308f
1 changed files with 1 additions and 1 deletions
2
compar.c
2
compar.c
|
@ -76,7 +76,7 @@ cmp_failed(void)
|
||||||
* _obj_ and _other_ are the same object.
|
* _obj_ and _other_ are the same object.
|
||||||
*
|
*
|
||||||
* Even if _obj_ <=> _other_ raised an exception, the exception
|
* Even if _obj_ <=> _other_ raised an exception, the exception
|
||||||
* is ignoread and returns false.
|
* is ignored and returns false.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Loading…
Reference in a new issue