Skip to content

Commit e6a8fe3

Browse files
committed
Use caption letter
1 parent a33ecdb commit e6a8fe3

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SuggestionSources/Baidu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public override async Task<List<string>> SuggestionsAsync(string query, Cancella
2424
}
2525
catch (Exception e) when (e is HttpRequestException or {InnerException: TimeoutException})
2626
{
27-
Main._context.API.LogException(nameof(Baidu), "Can't get suggestion from baidu", e);
27+
Main._context.API.LogException(nameof(Baidu), "Can't get suggestion from Baidu", e);
2828
return null;
2929
}
3030

0 commit comments

Comments
 (0)