diff --git a/src/Microsoft.Extensions.Globalization.CultureInfoCache/CultureInfoCache.cs b/src/Microsoft.Extensions.Globalization.CultureInfoCache/CultureInfoCache.cs index 6dd7edefc1..a3ccb6d635 100644 --- a/src/Microsoft.Extensions.Globalization.CultureInfoCache/CultureInfoCache.cs +++ b/src/Microsoft.Extensions.Globalization.CultureInfoCache/CultureInfoCache.cs @@ -18,13 +18,13 @@ namespace Microsoft.Extensions.Globalization /// /// Gets a read-only cached for the specified name. Only names that exist in - /// will be used. + /// will be used. /// /// The culture name. /// The cultures supported by the application. /// /// A read-only cached or null a match wasn't found in - /// . + /// . /// public static CultureInfo GetCultureInfo(string name, IList supportedCultures) {