Skip to content

Commit 6df0837

Browse files
committed
improve requery doc
1 parent 3c30877 commit 6df0837

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
@@ -294,7 +294,7 @@ public interface IPublicAPI
294294

295295
/// <summary>
296296
/// Reloads the query.
297-
/// This method should run
297+
/// This method should run when selected item is from query results.
298298
/// </summary>
299299
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
300300
public void ReQuery(bool reselect = true);

0 commit comments

Comments
 (0)