graph/formats/rdf: fix typo

This commit is contained in:
Dan Kortschak
2022-01-29 13:50:32 +10:30
parent d4eca1bbc0
commit 3593b1ee88
+1 -1
View File
@@ -138,7 +138,7 @@ func isLiteral(s string) bool {
return strings.HasPrefix(s, `"`) && strings.HasSuffix(s, `"`)
}
// Parts returns the pars of the term and the kind of the term.
// Parts returns the parts of the term and the kind of the term.
// IRI node text is returned as a valid IRI with the quoting angle
// brackets removed and escape sequences interpreted, and blank
// nodes are stripped of the "_:" prefix.