We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StopAsync
1 parent 5c52ed9 commit 065b083Copy full SHA for 065b083
src/DefaultBuilder/src/WebApplication.cs
@@ -166,7 +166,7 @@ public Task StartAsync(CancellationToken cancellationToken = default) =>
166
/// <param name="cancellationToken"></param>
167
/// <returns>
168
/// A <see cref="Task"/> that represents the shutdown of the <see cref="WebApplication"/>.
169
- /// Successful completion indicates that all the HTTP server has stopped.
+ /// Successful completion indicates that the HTTP server has stopped.
170
/// </returns>
171
public Task StopAsync(CancellationToken cancellationToken = default) =>
172
_host.StopAsync(cancellationToken);
0 commit comments