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 64eb4a7 commit 61cd536Copy full SHA for 61cd536
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -300,7 +300,7 @@ public interface IPublicAPI
300
301
/// <summary>
302
/// Reloads the query.
303
- /// When current results are from context menu or history, we will back to query results before requerying.
+ /// When current results are from context menu or history, it will go back to query results before requerying.
304
/// </summary>
305
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
306
public void ReQuery(bool reselect = true);
0 commit comments