Skip to content

Commit 015c32e

Browse files
Improve code comments
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent 5370265 commit 015c32e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ public interface IPublicAPI
537537
/// </summary>
538538
/// <returns>
539539
/// A non-null read-only list of <see cref="UserPlugin"/> entries. The list may be empty if the
540-
/// manifest has not been loaded/updated yet, or if the most recent manifest fetch failed.
540+
/// manifest has not been loaded yet, or if no successful manifest fetch has completed in the current session.
541541
/// </returns>
542542
public IReadOnlyList<UserPlugin> GetPluginManifest();
543543

0 commit comments

Comments
 (0)