diff --git a/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs b/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs index b0fee6756cff68..e0b8af841bb00e 100644 --- a/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs +++ b/src/libraries/System.Collections.Immutable/src/System/Collections/Frozen/FrozenDictionary.cs @@ -98,7 +98,7 @@ public static FrozenDictionary ToFrozenDictionary(th ChooseImplementationOptimizedForConstruction(uniqueValues!, sourceIsCopy)); } - /// Extracts from the source either an existing instance or a containing the values and the specified . + /// Extracts from the source either an existing instance or a containing the values and the specified . /// true if is a copy of the original source; false if it's either null or the original source. private static bool GetUniqueValues( IEnumerable> source, IEqualityComparer? comparer,