diff --git a/apps/indexer/lib/indexer/sequence.ex b/apps/indexer/lib/indexer/sequence.ex index 8148562f8b..3f20a1102d 100644 --- a/apps/indexer/lib/indexer/sequence.ex +++ b/apps/indexer/lib/indexer/sequence.ex @@ -20,9 +20,9 @@ defmodule Indexer.Sequence do The first number in the sequence to start at once the `t:prefix/0` ranges and any `t:Range.t/0`s injected with `inject_range/2` are all consumed. """ - @type first :: pos_integer() + @type first :: non_neg_integer() - @typep first_named_argument :: {:first, pos_integer()} + @typep first_named_argument :: {:first, first} @type mode :: :infinite | :finite