Skip to content

Commit 342581e

Browse files
authored
fix IntelliSense tag (#3158)
1 parent 9ea0ede commit 342581e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Immutable/ImmutableArray`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
<Parameters />
310310
<Docs>
311311
<typeparam name="TOther">To be added.</typeparam>
312-
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparameter name="TOther"/>.</summary>
312+
<summary>Initializes a new instance of the <see cref="T:System.Collections.Immutable.ImmutableArray`1" /> struct by casting the underlying array to an array of type <typeparamref name="TOther"/>.</summary>
313313
<returns>To be added.</returns>
314314
<remarks>To be added.</remarks>
315315
<exception cref="T:System.InvalidCastException">Thrown if the cast is illegal.</exception>

0 commit comments

Comments
 (0)