Skip to content

Commit cbd8d22

Browse files
Improve documents
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 473b139 commit cbd8d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/UserPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public record UserPlugin
7373
public DateTime? DateAdded { get; set; }
7474

7575
/// <summary>
76-
/// The date when the plugin was last updated on the local system
76+
/// Indicates whether the plugin is installed from a local path
7777
/// </summary>
7878
public bool IsFromLocalInstallPath => !string.IsNullOrEmpty(LocalInstallPath);
7979
}

0 commit comments

Comments
 (0)