Skip to content

Commit

Permalink
Correct Case Mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo committed Feb 13, 2024
1 parent f6c994f commit a0af3d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</format>
</remarks>
</IndexOf1>
<indexOf2>
<IndexOf2>
<param name="item">
The object to locate in the <see cref="T:System.Collections.Generic.IList`1" />.
</param>
Expand All @@ -112,7 +112,7 @@
The index of the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object.
</returns>
<remarks>To be added.</remarks>
</indexOf2>
</IndexOf2>
<Insert1>
<summary>
Inserts an item into the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> at the specified index.
Expand All @@ -125,7 +125,7 @@
</format>
</remarks>
</Insert1>
<insert2>
<Insert2>
<param name="index">
The index at which to insert the <see cref="T:System.Data.Common.DbBatchCommand" /> object.
</param>
Expand All @@ -136,7 +136,7 @@
Inserts the specified index of the <see cref="T:System.Data.Common.DbBatchCommand" /> object with the specified name into the collection at the specified index.
</summary>
<remarks>To be added.</remarks>
</insert2>
</Insert2>
<Remove1>
<summary>
Removes the first occurence of the specific item from the
Expand Down

0 comments on commit a0af3d6

Please sign in to comment.