mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 12:00:30 +00:00
chore
This commit is contained in:
parent
d40c041430
commit
fd69706fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const buildTrie = (words: string[], ignoreCase = false): TrieNode => {
|
|||
}
|
||||
node = child;
|
||||
}
|
||||
node.candidate = word; // 元の大文字小文字を保持
|
||||
node.candidate = word; // preserve the original case
|
||||
}
|
||||
|
||||
return root;
|
||||
|
|
|
|||
Loading…
Reference in a new issue