1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* struct.c: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2012-10-27 11:06:46 +00:00
parent 180c744b3b
commit 493d253300

View file

@ -900,7 +900,7 @@ recursive_eql(VALUE s, VALUE s2, int recur)
}
/*
* code-seq:
* call-seq:
* struct.eql?(other) -> true or false
*
* Two structures are equal if they are the same object, or if all their