Fix wrong moduledoc

This commit is contained in:
Marcel Otto 2022-05-02 00:49:10 +02:00
parent 12adce69eb
commit f03a608526

View file

@ -1,6 +1,6 @@
defmodule RDF.Turtle.Decoder do
@moduledoc """
A decoder for N-Triples serializations to `RDF.Graph`s.
A decoder for Turtle serializations to `RDF.Graph`s.
As for all decoders of `RDF.Serialization.Format`s, you normally won't use these
functions directly, but via one of the `read_` functions on the `RDF.Turtle` format