Skip to content

Commit

Permalink
Update src/N3Parser.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
  • Loading branch information
jeswr and RubenVerborgh committed Mar 24, 2023
1 parent a198e01 commit b134613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/N3Parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export default class N3Parser {
}
}

// Completes a literal in subject position
// Completes a literal in predicate position
_completePredicateLiteral(token) {
const completed = this._completeLiteral(token);

Expand Down

0 comments on commit b134613

Please sign in to comment.