core: fix doctest
This commit is contained in:
parent
229f42ee3c
commit
e9820ab554
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ defmodule RDF do
|
|||
## Examples
|
||||
|
||||
iex> RDF.bnode(:foo)
|
||||
%RDF.BlankNode{id: :foo}
|
||||
%RDF.BlankNode{id: "foo"}
|
||||
"""
|
||||
def bnode(id), do: BlankNode.new(id)
|
||||
|
||||
|
|
Loading…
Reference in a new issue