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 59b9cd8 commit 2147943Copy full SHA for 2147943
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -20,8 +20,8 @@ public interface IPublicAPI
20
/// </summary>
21
/// <param name="query">query text</param>
22
/// <param name="requery">
23
- /// force requery By default, Flow Launcher will not fire query if your query is same with existing one.
24
- /// Set this to true to force Flow Launcher requerying
+ /// Force requery. By default, Flow Launcher will not fire query if your query is same with existing one.
+ /// Set this to <see langword="true"/> to force Flow Launcher requerying
25
/// </param>
26
void ChangeQuery(string query, bool requery = false);
27
0 commit comments