summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-24 22:12:31 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-24 22:12:31 +0000
commit017f0ffe1822264a8ead114f0b6055805185c0ac (patch)
tree36ec73cd0fe96d3e7b48904609e615deba7c4c73
parent2667cb2d9841c52c474033a9f8f728c687635f46 (diff)
* array.c: Improve rdoc for eql?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 5871146682..37334a8367 100644
--- a/array.c
+++ b/array.c
@@ -3603,7 +3603,7 @@ recursive_eql(VALUE ary1, VALUE ary2, int recur)
* ary.eql?(other) -> true or false
*
* Returns +true+ if +self+ and +other+ are the same object,
- * or are both arrays with the same content.
+ * or are both arrays with the same content (according to Object#eql?).
*/
static VALUE