Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Dec 26, 2024
1 parent 8fa5f33 commit 6e5aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion/completer/glossary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const data = {
glossaries: new Map<string, GlossaryItem>(),
acronyms: new Map<string, GlossaryItem>(),
// The keys are the paths of the `.bib` files.
bibEntries: new Map<string, GlossaryItem[]>(),
bibEntries: new Map<string, GlossaryItem[]>()
}

lw.watcher.bib.onCreate(uri => parseBibFile(uri.fsPath))
Expand Down

0 comments on commit 6e5aabb

Please sign in to comment.