mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 00:37:29 +08:00
graph/formats/rdf: fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user