Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbBatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
</ReturnValue>
<Parameters />
<Docs>
<summary>Asynchronously diposes the batch object.</summary>
<summary>Asynchronously disposes the batch object.</summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbCommand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Asynchronously diposes the command object.</summary>
<summary>Asynchronously disposes the command object.</summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ This property returns `false` by default; providers that implement <xref:System.
</ReturnValue>
<Parameters />
<Docs>
<summary>Asynchronously diposes the connection object.</summary>
<summary>Asynchronously disposes the connection object.</summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Data.Common/DbTransaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>Asynchronously diposes the transaction object.</summary>
<summary>Asynchronously disposes the transaction object.</summary>
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down