Skip to content

Commit 5665d78

Browse files
disklosrTratcher
authored andcommitted
Correct documentation wording (#6220)
1 parent 6469851 commit 5665d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hosting/Hosting/src/WebHostBuilder.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ public IWebHost Build()
186186
}
187187
catch
188188
{
189-
// Dispose the host if there's a failure to initialize, this should clean up
190-
// will dispose services that were constructed until the exception was thrown
189+
// Dispose the host if there's a failure to initialize, this should dispose
190+
// services that were constructed until the exception was thrown
191191
host.Dispose();
192192
throw;
193193
}

0 commit comments

Comments
 (0)