diff --git a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs index f156979c6..93844159f 100644 --- a/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs @@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin /// Get all loaded plugins /// /// - /// Part of plugins may not be initialized yet + /// Will also return any plugins not fully initialized yet /// /// List GetAllPlugins();