Skip to content

Commit 5ecf13a

Browse files
committed
Correction - class name
1 parent 2899f77 commit 5ecf13a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/IGLib.Core/Console/Validation/DefaultFormatProvider/Alt/DefaultFormatProvider.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ public class DefaultFormatProviderSelector
1313
/// <summary>Returns the global <see cref="IDefaultFormatProviderSelector"/> that is used to provide
1414
/// the <see cref="IFormatProvider"/> when one is not specified, and also the the
1515
/// <see cref="IDefaultFormatProviderSelector"/> is not specified.</summary>
16+
[Obsolete ("Replaced by FormatProviderDefaults")]
1617
public static IDefaultFormatProviderSelector Global { get; private set; }
17-
= new DefaultFormatProviderSelectorInvariantCulture();
18+
= new InvariantCultureFormatProviderSelector();
1819

1920
/// <summary>Sets (changes) the global <see cref="IDefaultFormatProviderSelector"/>, which will be
2021
/// used by default to select the default <see cref="IFormatProvider"/> object when one is not

0 commit comments

Comments
 (0)