Skip to content

Commit

Permalink
Corrected spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Nov 10, 2024
1 parent 47eba7b commit a2ab776
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions parser/parsedHedTag.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default class ParsedHedTag extends ParsedHedSubstring {
}

/**
* Handle potenial extensions
* Handle potential extensions
*
* @throws {IssueError} If parsing the remainder section fails.
*/
Expand All @@ -144,14 +144,6 @@ export default class ParsedHedTag extends ParsedHedSubstring {
}
}

// _handleExtension() {
// this._extension = this._remainder
// const testit = RegexClass.testRegex('nameClass', this._extension)
// if (!RegexClass.testRegex('nameClass', this._extension)) {
// IssueError.generateAndThrow('invalidExtension', {tag: this.originalTag})
// }
// }

/**
* Nicely format this tag.
*
Expand Down

0 comments on commit a2ab776

Please sign in to comment.