Skip to content

Commit 46669e6

Browse files
Merge pull request dotnet#10767 from hnesk/patch-1
Fixed IsSupersetOf return comment
2 parents 09731df + dffba3d commit 46669e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Generic/IReadOnlySet`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<param name="other">The collection to compare to the current set.</param>
194194
<summary>Determine whether the current set is a super set of a specified collection.</summary>
195195
<returns>
196-
<see langword="true" /> if the current set is a subset of other; otherwise <see langword="false" />.</returns>
196+
<see langword="true" /> if the current set is a super set of other; otherwise <see langword="false" />.</returns>
197197
<remarks>To be added.</remarks>
198198
<exception cref="T:System.ArgumentNullException">
199199
<paramref name="other" /> is <see langword="null" />.</exception>

0 commit comments

Comments
 (0)