Skip to content

Commit

Permalink
update override typespec
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvoljg committed Apr 6, 2022
1 parent f9c8b41 commit 2371691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto_diff.ex
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ defmodule EctoDiff do
%{Skill => :refid, Owner => [:id, :refid]}
"""
@type overrides :: [{Ecto.Schema.t(), primary_key}] | %{Ecto.Schema.t() => primary_key}
@type overrides :: [{module, primary_key}] | %{module => primary_key}

@typedoc """
A struct field or list of fields used to define a simple or composite primary key.
Expand Down

0 comments on commit 2371691

Please sign in to comment.