Skip to content

Commit 414a009

Browse files
committed
Reapply some doc improvements
1 parent c396419 commit 414a009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Extensions.Hosting/SerilogHostBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public static class SerilogHostBuilderExtensions
3131
/// </summary>
3232
/// <param name="builder">The host builder to configure.</param>
3333
/// <param name="logger">The Serilog logger; if not supplied, the static <see cref="Serilog.Log"/> will be used.</param>
34-
/// <param name="dispose">When true, dispose <paramref name="logger"/> when the framework disposes the provider. If the
35-
/// logger is not specified but <paramref name="dispose"/> is true, the <see cref="Log.CloseAndFlush()"/> method will be
34+
/// <param name="dispose">When <c>true</c>, dispose <paramref name="logger"/> when the framework disposes the provider. If the
35+
/// logger is not specified but <paramref name="dispose"/> is <c>true</c>, the <see cref="Log.CloseAndFlush()"/> method will be
3636
/// called on the static <see cref="Log"/> class instead.</param>
3737
/// <param name="providers">A <see cref="LoggerProviderCollection"/> registered in the Serilog pipeline using the
3838
/// <c>WriteTo.Providers()</c> configuration method, enabling other <see cref="ILoggerProvider"/>s to receive events. By

0 commit comments

Comments
 (0)