forked from potsda.mn/mobilizon
typo in docs
This commit is contained in:
parent
1d430f5707
commit
15c9518877
|
@ -20,7 +20,7 @@ defmodule Mobilizon.Storage.Page do
|
||||||
@doc """
|
@doc """
|
||||||
Returns a Page struct for a query.
|
Returns a Page struct for a query.
|
||||||
|
|
||||||
`field` is use to define the field that will be used for the count aggregate, which should be the same as the field used for order_by
|
`field` is used to define the field that will be used for the count aggregate, which should be the same as the field used for order_by
|
||||||
See https://stackoverflow.com/q/12693089/10204399
|
See https://stackoverflow.com/q/12693089/10204399
|
||||||
"""
|
"""
|
||||||
@spec build_page(Ecto.Queryable.t(), integer | nil, integer | nil, atom()) :: t(any)
|
@spec build_page(Ecto.Queryable.t(), integer | nil, integer | nil, atom()) :: t(any)
|
||||||
|
|
Loading…
Reference in a new issue