Skip to content

Commit 2147943

Browse files
Fix API docstring format
1 parent 59b9cd8 commit 2147943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public interface IPublicAPI
2020
/// </summary>
2121
/// <param name="query">query text</param>
2222
/// <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
23+
/// Force requery. By default, Flow Launcher will not fire query if your query is same with existing one.
24+
/// Set this to <see langword="true"/> to force Flow Launcher requerying
2525
/// </param>
2626
void ChangeQuery(string query, bool requery = false);
2727

0 commit comments

Comments
 (0)