Skip to content

Commit 9262b7f

Browse files
chore: Add missing documentation
1 parent 0c525a4 commit 9262b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BlazorDesktop/Hosting/BlazorDesktopHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void Dispose()
6565
/// <summary>
6666
/// Disposes the host asynchronously.
6767
/// </summary>
68-
/// <returns></returns>
68+
/// <returns>A <see cref="ValueTask"/> which respresents the completion of disposal.</returns>
6969
public ValueTask DisposeAsync()
7070
{
7171
return ((IAsyncDisposable)_host).DisposeAsync();

0 commit comments

Comments
 (0)