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 6210454 commit 4bf5b2eCopy full SHA for 4bf5b2e
Flow.Launcher.Infrastructure/Alphabet.cs
@@ -47,7 +47,7 @@ public string Translate(string content)
47
}
48
49
else
50
- return _pinyinCache[content];
+ return (_pinyinCache[content]);
51
52
53
{
0 commit comments