This commit is contained in:
Liam 2024-06-18 23:22:49 -04:00
parent e596f5313c
commit 868c7dac25

View file

@ -35,7 +35,7 @@ defmodule PhilomenaQuery.Batch do
@typedoc """ @typedoc """
The callback for `query_batches/3`. The callback for `query_batches/3`.
Takes an `m:Ecto.Query` that can be processed with `m:Philomena.Repo` query commmands, such Takes an `m:Ecto.Query` that can be processed with `m:Philomena.Repo` query commands, such
as `Philomena.Repo.update_all/3` or `Philomena.Repo.delete_all/2`. Return value is ignored. as `Philomena.Repo.update_all/3` or `Philomena.Repo.delete_all/2`. Return value is ignored.
""" """
@type query_batch_callback :: ([Ecto.Query.t()] -> any()) @type query_batch_callback :: ([Ecto.Query.t()] -> any())