Skip to content

Commit 61cd536

Browse files
authored
Apply suggestions from code review
1 parent 64eb4a7 commit 61cd536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public interface IPublicAPI
300300

301301
/// <summary>
302302
/// Reloads the query.
303-
/// When current results are from context menu or history, we will back to query results before requerying.
303+
/// When current results are from context menu or history, it will go back to query results before requerying.
304304
/// </summary>
305305
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
306306
public void ReQuery(bool reselect = true);

0 commit comments

Comments
 (0)