Skip to content

Commit

Permalink
Fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmondra authored Oct 26, 2023
1 parent 1c2e3b6 commit cef34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ class Tools {
return typeof variable;
}

covertDblpXmlToNote(dblpXml) {
convertDblpXmlToNote(dblpXml) {
const removeDigitsRegEx = /\s\d{4}$/;
const removeTrailingPeriod = /\.$/;

Expand Down

0 comments on commit cef34f7

Please sign in to comment.