Skip to content

Commit 6b25c80

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

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
@@ -900,7 +900,7 @@ export default class N3Parser {
900900
if (token.type === '{|') {
901901
this._saveContext('{|', this._graph, this._subject, this._predicate, this._object);
902902

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

0 commit comments

Comments
 (0)