Skip to content

Commit cf5b900

Browse files
committed
Fix documentation
1 parent 8902cbe commit cf5b900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rdf/xml/encoder.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)