Skip to content

Commit 536d168

Browse files
authored
Merge pull request rails#49478 from p8/activerecord/women-write-books-too
Use gender neutral pronoun for author [ci skip]
2 parents b8448bc + d26f1a8 commit 536d168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record/associations/preloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Preloader # :nodoc:
7575
# for an Author.
7676
# - an Array which specifies multiple association names. This array
7777
# is processed recursively. For example, specifying <tt>[:avatar, :books]</tt>
78-
# allows this method to preload an author's avatar as well as all of his
78+
# allows this method to preload an author's avatar as well as all of their
7979
# books.
8080
# - a Hash which specifies multiple association names, as well as
8181
# association names for the to-be-preloaded association objects. For

0 commit comments

Comments
 (0)