Fix dialyzer fail
This commit is contained in:
parent
3c10b1eb03
commit
1befb382da
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue