From 02dfc9e460982b4742ddef2838fa3bba1a2d7e55 Mon Sep 17 00:00:00 2001 From: Tom Kadwill Date: Wed, 27 Aug 2014 07:48:50 +0100 Subject: [ci skip] Updated documentation syntax of other parameter for rdoc --- activerecord/lib/active_record/associations/collection_proxy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/associations/collection_proxy.rb b/activerecord/lib/active_record/associations/collection_proxy.rb index aadcdc4194..8c7b0b4be9 100644 --- a/activerecord/lib/active_record/associations/collection_proxy.rb +++ b/activerecord/lib/active_record/associations/collection_proxy.rb @@ -879,7 +879,7 @@ module ActiveRecord # Equivalent to Array#==. Returns +true+ if the two arrays # contain the same number of elements and if each element is equal - # to the corresponding element in the other array, otherwise returns + # to the corresponding element in the +other+ array, otherwise returns # +false+. # # class Person < ActiveRecord::Base -- cgit v1.2.3