Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading