Fix formatting in RDF.Term.term?/1 docs
This commit is contained in:
parent
533cb33aab
commit
b2668e2d96
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue