Correct documentation wording (#6220)
This commit is contained in:
parent
6469851a12
commit
5665d78ffe
|
|
@ -186,8 +186,8 @@ namespace Microsoft.AspNetCore.Hosting
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
// Dispose the host if there's a failure to initialize, this should clean up
|
// Dispose the host if there's a failure to initialize, this should dispose
|
||||||
// will dispose services that were constructed until the exception was thrown
|
// services that were constructed until the exception was thrown
|
||||||
host.Dispose();
|
host.Dispose();
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue