Skip to content

Commit

Permalink
Correct typo (diposes->disposes) (#10665)
Browse files Browse the repository at this point in the history
Fixes #10643
  • Loading branch information
roji authored Nov 18, 2024
1 parent 591c1d5 commit 6c7eb72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6c7eb72

Please sign in to comment.