Skip to content

Commit 185b90f

Browse files
LucHeartCopilot
andauthored
Update ModuleBase/DesktopModuleBase.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1b5391a commit 185b90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModuleBase/DesktopModuleBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public virtual Task Setup()
5151
/// <summary>
5252
/// Called after <see cref="Setup"/> to allow the module to start any necessary services or perform additional initialization.
5353
/// </summary>
54-
/// <returns></returns>
54+
/// <returns>A <see cref="Task"/> that represents the completion of any startup logic or initialization performed by the module.</returns>
5555
public virtual Task Start()
5656
{
5757
return Task.CompletedTask;

0 commit comments

Comments
 (0)