We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09731df commit dffba3dCopy full SHA for dffba3d
xml/System.Collections.Generic/IReadOnlySet`1.xml
@@ -193,7 +193,7 @@
193
<param name="other">The collection to compare to the current set.</param>
194
<summary>Determine whether the current set is a super set of a specified collection.</summary>
195
<returns>
196
- <see langword="true" /> if the current set is a subset of other; otherwise <see langword="false" />.</returns>
+ <see langword="true" /> if the current set is a super set of other; otherwise <see langword="false" />.</returns>
197
<remarks>To be added.</remarks>
198
<exception cref="T:System.ArgumentNullException">
199
<paramref name="other" /> is <see langword="null" />.</exception>
0 commit comments