Skip to content

Commit 2b37735

Browse files
Merge pull request #10772 from dotnet/main
Merge main into live
2 parents 0faaaaf + 46669e6 commit 2b37735

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)