Skip to content

Commit

Permalink
docs: fix reload/2 doc (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangresz authored Jan 30, 2025
1 parent df6bca2 commit af5a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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()}
Expand Down

0 comments on commit af5a1cf

Please sign in to comment.