From 80d3a0e16e8a3e7f02fc85a0136b52b3a1a19ebc Mon Sep 17 00:00:00 2001 From: Rohit Arondekar Date: Tue, 7 Feb 2012 10:09:51 +0530 Subject: use appropriate words for docs of Model.none --- activerecord/lib/active_record/relation/query_methods.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activerecord/lib/active_record/relation/query_methods.rb b/activerecord/lib/active_record/relation/query_methods.rb index b4f21410c1..cc4ef2d078 100644 --- a/activerecord/lib/active_record/relation/query_methods.rb +++ b/activerecord/lib/active_record/relation/query_methods.rb @@ -206,8 +206,8 @@ module ActiveRecord # Any subsequent condition chained to the returned relation will continue # generating an empty relation and will not fire any query to the database. # - # Used in cases where a method or scope could return zero results but the - # response needs to be chainable. + # Used in cases where a method or scope could return zero records but the + # result needs to be chainable. # # For example: # -- cgit v1.2.3