Improve code comments

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
Jack Ye 2025-10-16 18:48:07 +08:00 committed by GitHub
parent fbeaafa8d3
commit c9e3c628e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin
/// Get all loaded plugins
/// </summary>
/// <remarks>
/// Part of plugins may not be initialized yet
/// Will also return any plugins not fully initialized yet
/// </remarks>
/// <returns></returns>
List<PluginPair> GetAllPlugins();