Skip to content

Commit 07c9e95

Browse files
Copilotjeffhandley
andcommitted
Remove superfluous para tags and fix XML formatting per review feedback
Co-authored-by: jeffhandley <[email protected]>
1 parent 0c7ee50 commit 07c9e95

File tree

7 files changed

+58
-64
lines changed

7 files changed

+58
-64
lines changed

xml/System.Collections.Concurrent/ConcurrentDictionary`2+AlternateLookup`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
5050
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
5151
<summary>
52-
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
52+
Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.
5353
</summary>
5454
<remarks>To be added.</remarks>
5555
</Docs>

xml/System.Collections.Concurrent/ConcurrentDictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@
10111011
<Docs>
10121012
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
10131013
<summary>
1014-
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
1014+
Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Concurrent.ConcurrentDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.
10151015
</summary>
10161016
<returns>The created lookup instance.</returns>
10171017
<remarks>

xml/System.Collections.Frozen/FrozenDictionary`2+AlternateLookup`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
4646
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
4747
<summary>
48-
<para>Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
48+
Provides a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.
4949
</summary>
5050
<remarks>To be added.</remarks>
5151
</Docs>

xml/System.Collections.Frozen/FrozenDictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
<Docs>
292292
<typeparam name="TAlternateKey">The alternate type of a key for performing lookups.</typeparam>
293293
<summary>
294-
<para>Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.</para>
294+
Gets an instance of a type that may be used to perform operations on a <see cref="T:System.Collections.Frozen.FrozenDictionary`2" /> using a <typeparamref name="TAlternateKey" /> as a key instead of a <typeparamref name="TKey" />.
295295
</summary>
296296
<returns>The created lookup instance.</returns>
297297
<remarks>

0 commit comments

Comments
 (0)