chore: fix typespec for subtype_constraints/1

This commit is contained in:
Zach Daniel 2023-03-22 19:40:38 -04:00
parent dc2cb7b86f
commit e60f255ac9

View file

@ -25,7 +25,7 @@ defmodule Ash.Type.NewType do
""" """
@callback subtype_of() :: module | atom @callback subtype_of() :: module | atom
@callback subtype_constraints() :: module | atom @callback subtype_constraints() :: Keyword.t()
@callback type_constraints(constraints :: Keyword.t(), subtype_constraints :: Keyword.t()) :: @callback type_constraints(constraints :: Keyword.t(), subtype_constraints :: Keyword.t()) ::
module | atom module | atom