Skip to content

Commit dffba3d

Browse files
authored
Update IReadOnlySet`1.xml
Fixed IsSupersetOf return comment
1 parent 09731df commit dffba3d

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)