Skip to content

Commit

Permalink
Merge pull request #50 from RKushnir/patch-1
Browse files Browse the repository at this point in the history
Fix self-referencing link in Repo.fetch/2 function doc
  • Loading branch information
maltoe authored Jun 13, 2023
2 parents 4d677f3 + 2b1762c commit 206b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitcrowd_ecto/repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule BitcrowdEcto.Repo do
@doc """
Fetches a record by primary key or returns a "tagged" error tuple.
See `c:fetch/2`.
See `c:fetch_by/3`.
"""
@doc since: "0.1.0"
@callback fetch(schema :: module, id :: any) :: fetch_result()
Expand Down

0 comments on commit 206b937

Please sign in to comment.