Skip to content

Commit

Permalink
Merge pull request #49478 from p8/activerecord/women-write-books-too
Browse files Browse the repository at this point in the history
Use gender neutral pronoun for author [ci skip]
  • Loading branch information
p8 authored and rafaelfranca committed Oct 4, 2023
1 parent 8865d41 commit 48b8372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/associations/preloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Preloader # :nodoc:
# for an Author.
# - an Array which specifies multiple association names. This array
# is processed recursively. For example, specifying <tt>[:avatar, :books]</tt>
# allows this method to preload an author's avatar as well as all of his
# allows this method to preload an author's avatar as well as all of their
# books.
# - a Hash which specifies multiple association names, as well as
# association names for the to-be-preloaded association objects. For
Expand Down

0 comments on commit 48b8372

Please sign in to comment.