From 678497b263777082d718a328f23b0035dcfb2764 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 21 Mar 2023 15:15:08 -0400 Subject: [PATCH] chore: fix dialyzer typespec --- lib/ash/resource/builder.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ash/resource/builder.ex b/lib/ash/resource/builder.ex index d328e3ca..9907bb98 100644 --- a/lib/ash/resource/builder.ex +++ b/lib/ash/resource/builder.ex @@ -155,7 +155,7 @@ defmodule Ash.Resource.Builder do @doc """ Builds an action """ - @spec build_relationship( + @spec build_identity( name :: atom, fields :: atom | list(atom), opts :: Keyword.t()