From 15c9518877b93d462415ce7175b16127228a4b71 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Wed, 20 Dec 2023 00:26:29 +0100 Subject: [PATCH] typo in docs --- lib/mobilizon/storage/page.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mobilizon/storage/page.ex b/lib/mobilizon/storage/page.ex index 9b094d4e8..6bdf90dc6 100644 --- a/lib/mobilizon/storage/page.ex +++ b/lib/mobilizon/storage/page.ex @@ -20,7 +20,7 @@ defmodule Mobilizon.Storage.Page do @doc """ 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 """ @spec build_page(Ecto.Queryable.t(), integer | nil, integer | nil, atom()) :: t(any)