From c9e3c628e8e2a7064f37572d06ac927a25fb43bd Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Thu, 16 Oct 2025 18:48:07 +0800 Subject: [PATCH] Improve code comments Co-authored-by: Jeremy Wu --- Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();