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);