Fix code comments

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Jack Ye 2026-02-26 17:13:49 +08:00 committed by GitHub
parent 1294d722f2
commit 43a74ba8e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -294,8 +294,8 @@ namespace Flow.Launcher.Plugin
/// <param name="actionKeyword">The actionkeyword for checking</param>
/// <returns>True if the actionkeyword is already assigned, False otherwise</returns>
/// <remarks>
/// Flow now supports to one action keyword to multiple plugins,
/// so this method is only used for old Flow compatibility.
/// Flow now supports assigning one action keyword to multiple plugins.
/// This method is kept only for legacy Flow compatibility.
/// </remarks>
bool ActionKeywordAssigned(string actionKeyword);