mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 03:36:57 -05:00
chore: update bib2json.js
occurences -> occurrences
This commit is contained in:
parent
a419fdf1a8
commit
b7c074d3e5
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ BibtexParser.prototype.processCharacter_ = function (c) {
|
|||
doneParsingValue = true
|
||||
} else {
|
||||
// sometimes imported bibs will have {\},{\\}, {\\\}, {\\\\}, etc for whitespace,
|
||||
// which would otherwise break the parsing. we watch for these occurences of
|
||||
// which would otherwise break the parsing. we watch for these occurrences of
|
||||
// 1+ backslashes in an empty bracket pair to gracefully handle the malformed bib file
|
||||
const doubleSlash =
|
||||
valueCharsArray.length >= 2 &&
|
||||
|
|
Loading…
Reference in a new issue