From 43a74ba8e634fa0144d49d06bb6f51302bcadb75 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Thu, 26 Feb 2026 17:13:49 +0800 Subject: [PATCH] Fix code comments Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index b15aa844e..79be520a7 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -294,8 +294,8 @@ namespace Flow.Launcher.Plugin /// The actionkeyword for checking /// True if the actionkeyword is already assigned, False otherwise /// - /// 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. /// bool ActionKeywordAssigned(string actionKeyword);