Skip to content

Commit aa6f582

Browse files
Fix mathematically incorrect statement in IsProperSupersetOf documentation
Co-authored-by: eiriktsarpalis <[email protected]>
1 parent d381640 commit aa6f582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Immutable/ImmutableSortedSet`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ An empty set is a proper subset of any other collection. Therefore, this method
679679
680680
## Remarks
681681
682-
An empty set is a proper superset of any other collection. Therefore, this method returns `true` if the collection represented by the `other` parameter is empty, unless the current set is also empty.
682+
An empty set is a subset of any other collection. Therefore, this method returns `true` if the collection represented by the `other` parameter is empty, unless the current set is also empty.
683683
684684
[System.Collections.Immutable NuGet package](https://www.nuget.org/packages/System.Collections.Immutable/)
685685

0 commit comments

Comments
 (0)