Skip to content

Commit 6c7eb72

Browse files
authored
Correct typo (diposes->disposes) (dotnet#10665)
Fixes dotnet#10643
1 parent 591c1d5 commit 6c7eb72

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

xml/System.Data.Common/DbBatch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ The precise semantics of batch execution vary across ADO.NET providers, especial
331331
</ReturnValue>
332332
<Parameters />
333333
<Docs>
334-
<summary>Asynchronously diposes the batch object.</summary>
334+
<summary>Asynchronously disposes the batch object.</summary>
335335
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
336336
<remarks>
337337
<format type="text/markdown"><![CDATA[

xml/System.Data.Common/DbCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
</ReturnValue>
791791
<Parameters />
792792
<Docs>
793-
<summary>Asynchronously diposes the command object.</summary>
793+
<summary>Asynchronously disposes the command object.</summary>
794794
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
795795
<remarks>
796796
<format type="text/markdown"><![CDATA[

xml/System.Data.Common/DbConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ This property returns `false` by default; providers that implement <xref:System.
12181218
</ReturnValue>
12191219
<Parameters />
12201220
<Docs>
1221-
<summary>Asynchronously diposes the connection object.</summary>
1221+
<summary>Asynchronously disposes the connection object.</summary>
12221222
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
12231223
<remarks>
12241224
<format type="text/markdown"><![CDATA[

xml/System.Data.Common/DbTransaction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
</ReturnValue>
491491
<Parameters />
492492
<Docs>
493-
<summary>Asynchronously diposes the transaction object.</summary>
493+
<summary>Asynchronously disposes the transaction object.</summary>
494494
<returns>A <see cref="T:System.Threading.Tasks.ValueTask" /> representing the asynchronous operation.</returns>
495495
<remarks>
496496
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)