Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Jul 26, 2023
1 parent 3dfdc52 commit d76d8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ecto/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1144,8 +1144,8 @@ defmodule Ecto.Repo do
will use the same prefix as the first struct in the given collection.
This option allows the prefix to be changed.
* `:on_preloader_spawn` - when preloads are done in parallel, this function
will be called in the processes that perform the preloads. This can be useful
for context propagation for traces.
will be called in the processes that perform the preloads. This can be useful
for context propagation for traces.
See the ["Shared options"](#module-shared-options) section at the module
documentation for more options.
Expand Down

0 comments on commit d76d8e8

Please sign in to comment.