Skip to content

Commit 5acb482

Browse files
Copilotjeffhandley
andcommitted
Fix formatting issue in OrderedDictionary<TKey,TValue> documentation
Merged two separate <para> tags into one to fix formatting issue where a single sentence was incorrectly split across two paragraphs. The sentence now correctly reads as one continuous paragraph in the documentation. Fixes lines 82-83 in OrderedDictionary`2.xml Co-authored-by: jeffhandley <[email protected]>
1 parent 53042ab commit 5acb482

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Collections.Generic/OrderedDictionary`2.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@
7979
<typeparam name="TValue">The type of the values in the dictionary.</typeparam>
8080
<summary>Represents a collection of key/value pairs that are accessible by the key or index.</summary>
8181
<remarks>
82-
<para>Operations on the collection have algorithmic complexities that are similar to that of the <see cref="T:System.Collections.Generic.List`1" /></para>
83-
<para>class, except with lookups by key similar in complexity to that of <see cref="T:System.Collections.Generic.Dictionary`2" />.</para>
82+
<para>Operations on the collection have algorithmic complexities that are similar to that of the <see cref="T:System.Collections.Generic.List`1" /> class, except with lookups by key similar in complexity to that of <see cref="T:System.Collections.Generic.Dictionary`2" />.</para>
8483
</remarks>
8584
</Docs>
8685
<Members>

0 commit comments

Comments
 (0)