Skip to content

Commit bf957a8

Browse files
jeswrTallTed
andauthored
Update src/N3Parser.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 6b25c80 commit bf957a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/N3Parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ export default class N3Parser {
641641

642642
this._saveContext('{|', this._graph, this._subject, this._predicate, this._object);
643643

644-
// As a convention we use set the graph term as the Default Graph in quads representing quoted triples
644+
// As a convention, we set the graph term as the Default Graph in quads representing quoted triples
645645
// see https://github.com/rdfjs/N3.js/pull/311#discussion_r1061039556 for details
646646
this._subject = this._quad(this._subject, this._predicate, this._object, this.DEFAULTGRAPH);
647647
this._predicate = null;

0 commit comments

Comments
 (0)