Skip to content

Commit d6050da

Browse files
committed
small improvement to XML doc comment
1 parent d0b5b1e commit d6050da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Private.CoreLib/src/System/Collections/Generic/CollectionExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static ReadOnlyCollection<T> AsReadOnly<T>(this IList<T> list) =>
6969
/// Returns a read-only <see cref="ReadOnlySet{T}"/> wrapper
7070
/// for the specified set.
7171
/// </summary>
72-
/// <typeparam name="T">The type of elements in the collection.</typeparam>
72+
/// <typeparam name="T">The type of elements in the set.</typeparam>
7373
/// <param name="set">The set to wrap.</param>
7474
/// <returns>An object that acts as a read-only wrapper around the current <see cref="ISet{T}"/>.</returns>
7575
/// <exception cref="ArgumentNullException"><paramref name="set"/> is null.</exception>

0 commit comments

Comments
 (0)