Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit a593024

Browse files
nschonnijkotas
authored andcommitted
typo: Double word "both" (dotnet/corefx#36272)
Signed-off-by: dotnet-bot <[email protected]>
1 parent 41f619d commit a593024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Private.CoreLib/shared/System/Globalization/CultureInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ internal bool HasInvariantCultureName
11261126
}
11271127

11281128
/// <summary>
1129-
/// Helper function both both overloads of GetCachedReadOnlyCulture. If lcid is 0, we use the name.
1129+
/// Helper function overloads of GetCachedReadOnlyCulture. If lcid is 0, we use the name.
11301130
/// If lcid is -1, use the altName and create one of those special SQL cultures.
11311131
/// </summary>
11321132
internal static CultureInfo GetCultureInfoHelper(int lcid, string name, string altName)

0 commit comments

Comments
 (0)