Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 22, 2023
1 parent b28c91d commit f261152
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JL.Core/Dicts/EDICT/JMdict/JmdictRecordBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static void AddToDictionary(JmdictEntry entry, Dictionary<string, IList<I
string key = JapaneseUtils.KatakanaToHiragana(kanjiElement.Keb).GetPooledString();
if (recordDictionary.ContainsKey(key))
{
++index;
continue;
}

Expand Down

0 comments on commit f261152

Please sign in to comment.