Skip to content

Commit 481c536

Browse files
authored
fix indentation (dotnet#1549)
1 parent b689567 commit 481c536

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

xml/System.Collections.ObjectModel/ReadOnlyDictionary`2.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,13 +490,13 @@
490490
<exception cref="T:System.ArgumentException">
491491
<paramref name="array" /> is multidimensional.
492492

493-
-or-
493+
-or-
494494

495-
The number of elements in the source dictionary is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.
495+
The number of elements in the source dictionary is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.
496496

497-
-or-
497+
-or-
498498

499-
Type <paramref name="T" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
499+
Type <paramref name="T" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
500500
</Docs>
501501
</Member>
502502
<Member MemberName="System.Collections.Generic.ICollection&lt;System.Collections.Generic.KeyValuePair&lt;TKey,TValue&gt;&gt;.IsReadOnly">
@@ -1569,4 +1569,4 @@
15691569
</Docs>
15701570
</Member>
15711571
</Members>
1572-
</Type>
1572+
</Type>

0 commit comments

Comments
 (0)