mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 05:37:59 +01:00
Fix typo
This commit is contained in:
parent
e596f5313c
commit
868c7dac25
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ defmodule PhilomenaQuery.Batch do
|
|||
@typedoc """
|
||||
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.
|
||||
"""
|
||||
@type query_batch_callback :: ([Ecto.Query.t()] -> any())
|
||||
|
|
Loading…
Reference in a new issue