Fix dialyzer fail

This commit is contained in:
Marcel Otto 2020-10-09 22:20:52 +02:00
parent 3c10b1eb03
commit 1befb382da

View file

@ -23,7 +23,7 @@ defmodule RDF.Description do
predications: predications
}
@type predications :: %{Statement.predicate() => %{Statement.object() => Annotation.t() | nil}}
@type predications :: %{Statement.predicate() => %{Statement.object() => nil}}
@type input ::
Statement.coercible_t()