1
0
Fork 0
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:
eregon 2013-05-06 06:40:23 +00:00
parent ef07aa791b
commit 85bfd7308f

View file

@ -76,7 +76,7 @@ cmp_failed(void)
* _obj_ and _other_ are the same object.
*
* Even if _obj_ <=> _other_ raised an exception, the exception
* is ignoread and returns false.
* is ignored and returns false.
*/
static VALUE