We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d537ce2 commit fdbb183Copy full SHA for fdbb183
Flow.Launcher.Infrastructure/PinyinAlphabet.cs
@@ -14,7 +14,7 @@ namespace Flow.Launcher.Infrastructure
14
{
15
public class PinyinAlphabet : IAlphabet
16
17
- private readonly ConcurrentDictionary<string, (string translation, TranslationMapping map)> _pinyinCache =
+ private ConcurrentDictionary<string, (string translation, TranslationMapping map)> _pinyinCache =
18
new();
19
20
private readonly Settings _settings;
0 commit comments