chore: fix typespec

This commit is contained in:
Zach Daniel 2024-01-25 14:22:41 -05:00
parent 2888fea33b
commit 50b186bef9

View file

@ -269,7 +269,7 @@ defmodule Ash.Type do
constraints :: Keyword.t(),
context :: merge_load_context() | nil
) ::
{:ok, term} | {:error, error}
{:ok, term} | {:error, error} | :error
@type rewrite_data ::
{type :: :calc | :agg, rewriting_name :: atom, rewriting_load :: atom}