Merge pull request #13 from kianmeng/fix-typo

Fix typo
This commit is contained in:
Marcel Otto 2022-04-13 20:55:16 +02:00 committed by GitHub
commit 12adce69eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ defmodule RDF.Turtle.Star.CompactGraph do
end
defp add_annotation(compact_graph, {{_, _, _} = quoted_triple, p, o} = triple, annotation) do
# Check if the compact graph still contains the annoted triple, we want to put the annotation under.
# Check if the compact graph still contains the annotated triple, we want to put the annotation under.
if Graph.describes?(compact_graph, quoted_triple) do
do_add_annotation(compact_graph, triple, annotation)
else