Fix formatting in RDF.Term.term?/1 docs

This commit is contained in:
Marcel Otto 2021-10-03 22:17:50 +02:00
parent 533cb33aab
commit b2668e2d96

View file

@ -16,8 +16,8 @@ defprotocol RDF.Term do
@doc """
Checks if the given value is a RDF term.
Note: As opposed to `RDF.term?` this function returns false on atoms and does
not try resolves those to IRIs.
Note: As opposed to `RDF.term?` this function returns `false` on atoms and does
not try to resolve them to IRIs.
## Examples