Skip to content

Commit dfcbd52

Browse files
authored
Fix summary explanation for Find method (#2002)
1 parent eadc892 commit dfcbd52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

xml/System.Data/DataRowCollection.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,8 @@
482482
<AssemblyVersion>4.0.0.0</AssemblyVersion>
483483
</AssemblyInfo>
484484
<Docs>
485-
<summary>Gets a specified <see cref="T:System.Data.DataRow" /> using the <see cref="P:System.Data.DataTable.PrimaryKey" /> index (performance should be an O(log n) operation).</summary>
485+
<summary>Gets a <see cref="T:System.Data.DataRow" /> using the specified <see cref="P:System.Data.DataTable.PrimaryKey" /> value.</summary>
486+
<remarks>Peformance should be an O(log n) operation.</remarks>
486487
</Docs>
487488
</MemberGroup>
488489
<Member MemberName="Find">
@@ -909,4 +910,4 @@
909910
</Docs>
910911
</Member>
911912
</Members>
912-
</Type>
913+
</Type>

0 commit comments

Comments
 (0)