diff --git a/Flow.Launcher.Core/Plugin/PluginManager.cs b/Flow.Launcher.Core/Plugin/PluginManager.cs
index bb6b8022e..89b4e65e4 100644
--- a/Flow.Launcher.Core/Plugin/PluginManager.cs
+++ b/Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -227,8 +227,10 @@ namespace Flow.Launcher.Core.Plugin
}
///
- /// Call initialize for all plugins
+ /// Initialize all plugins asynchronously.
///
+ /// List of all plugins to initialize.
+ /// The register to register results updated event for each plugin.
/// return the list of failed to init plugins or null for none
public static async Task InitializePluginsAsync(List allPlugins, IResultUpdateRegister register)
{