Skip to content

Commit b031a85

Browse files
committed
Small documentation improvement
1 parent 62d29d7 commit b031a85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Log4NetTextFormatterOptionsBuilder.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Globalization;
32
using System.Xml;
43
using Serilog.Events;
54

@@ -42,7 +41,7 @@ internal Log4NetTextFormatterOptionsBuilder()
4241
/// <summary>
4342
/// Sets the <see cref="IFormatProvider"/> used when formatting message and properties of log4net events.
4443
/// <para/>
45-
/// The default value is <see langword="null"/>, meaning that the default Serilog provider is used, i.e. the <see cref="CultureInfo.InvariantCulture"/>.
44+
/// The default value is <see langword="null"/>, meaning that the default Serilog format provider is used, i.e. the invariant culture.
4645
/// </summary>
4746
/// <param name="formatProvider">The <see cref="IFormatProvider"/> to use.</param>
4847
/// <returns>The builder in order to fluently chain all options.</returns>

0 commit comments

Comments
 (0)