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:
parent
180c744b3b
commit
493d253300
1 changed files with 1 additions and 1 deletions
2
struct.c
2
struct.c
|
@ -900,7 +900,7 @@ recursive_eql(VALUE s, VALUE s2, int recur)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* code-seq:
|
* call-seq:
|
||||||
* struct.eql?(other) -> true or false
|
* struct.eql?(other) -> true or false
|
||||||
*
|
*
|
||||||
* Two structures are equal if they are the same object, or if all their
|
* Two structures are equal if they are the same object, or if all their
|
||||||
|
|
Loading…
Reference in a new issue