From 5665806cc515cd38047144d059c416b3d6ff4432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariano=20Vall=C3=A9s?= Date: Fri, 20 Dec 2019 17:02:49 +0100 Subject: [PATCH] Remove extra `the` in preloader docs --- activerecord/lib/active_record/associations/preloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/associations/preloader.rb b/activerecord/lib/active_record/associations/preloader.rb index e1f4049163..411b01bbe4 100644 --- a/activerecord/lib/active_record/associations/preloader.rb +++ b/activerecord/lib/active_record/associations/preloader.rb @@ -58,7 +58,7 @@ module ActiveRecord # == Parameters # +records+ is an array of ActiveRecord::Base. This array needs not be flat, # i.e. +records+ itself may also contain arrays of records. In any case, - # +preload_associations+ will preload the all associations records by + # +preload_associations+ will preload all associations records by # flattening +records+. # # +associations+ specifies one or more associations that you want to