File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ defmodule RDF.XML.Encoder do
5555 import Saxy.XML
5656
5757 @ doc """
58- Encodes the given RDF `data` structure to a RDF/XML string.
58+ Encodes the given RDF `data` structure to an RDF/XML string.
5959
6060 The result is returned in an `:ok` tuple or an `:error` tuple in case of an error.
6161
@@ -81,9 +81,9 @@ defmodule RDF.XML.Encoder do
8181 end
8282
8383 @ doc """
84- Encodes the given RDF `data` structure to a RDF/XML stream.
84+ Encodes the given RDF `data` structure to an RDF/XML stream.
8585
86- By default the RDF/XML stream will emit single line strings for each of the
86+ By default, the RDF/XML stream will emit single line strings for each of the
8787 descriptions in the given `data`. But you can also receive the serialized RDF/XML
8888 description as IO lists aka iodata by setting the `:mode` option to `:iodata`.
8989
You can’t perform that action at this time.
0 commit comments