Skip to content

Commit d3949c6

Browse files
authored
remove extra spaces/wrong tag (#3121)
1 parent 8d7d21e commit d3949c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +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"><paramref name="TOther" /></typeparameter>
313-
.</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 <typeparameter name="TOther"/>.</summary>
314313
<returns>To be added.</returns>
315314
<remarks>To be added.</remarks>
316315
<exception cref="T:System.InvalidCastException">Thrown if the cast is illegal.</exception>

0 commit comments

Comments
 (0)