diff --git a/lib/ash.ex b/lib/ash.ex index d9636612b..2906c728a 100644 --- a/lib/ash.ex +++ b/lib/ash.ex @@ -2038,7 +2038,7 @@ defmodule Ash do end @doc """ - Refetches a record by primary key. See `reload/2` for more. + Refetches a record by primary key. See `get/2` for more. """ @spec reload(record :: Ash.Resource.record(), opts :: Keyword.t()) :: {:ok, Ash.Resource.record()} | {:error, Ash.Error.t()}