Skip to content

Commit

Permalink
Merge pull request #10767 from hnesk/patch-1
Browse files Browse the repository at this point in the history
Fixed IsSupersetOf return comment
  • Loading branch information
eiriktsarpalis authored Dec 17, 2024
2 parents 09731df + dffba3d commit 46669e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System.Collections.Generic/IReadOnlySet`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<param name="other">The collection to compare to the current set.</param>
<summary>Determine whether the current set is a super set of a specified collection.</summary>
<returns>
<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>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="other" /> is <see langword="null" />.</exception>
Expand Down

0 comments on commit 46669e6

Please sign in to comment.