Skip to content

Commit 04db74a

Browse files
authored
Fix typo in "implementation". (#5284)
Fix multiple instances of "inmplemenation".
1 parent 1f06172 commit 04db74a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.Data.Common/DbConnection.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
## Remarks
199199
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread.
200200
201-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
201+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
202202
203203
]]></format>
204204
</remarks>
@@ -352,7 +352,7 @@
352352
353353
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread.
354354
355-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
355+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
356356
357357
]]></format>
358358
</remarks>
@@ -397,7 +397,7 @@
397397
## Remarks
398398
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread.
399399
400-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
400+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
401401
402402
]]></format>
403403
</remarks>
@@ -494,7 +494,7 @@
494494
495495
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread.
496496
497-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
497+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
498498
499499
]]></format>
500500
</remarks>
@@ -591,7 +591,7 @@
591591
## Remarks
592592
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `Task`, potentially blocking the calling thread.
593593
594-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
594+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
595595
596596
The <xref:System.Data.Common.DbConnection.Close%2A> and <xref:System.Data.Common.DbConnection.CloseAsync%2A> methods roll back any pending transactions. They then release the connection to the connection pool, or close the connection if connection pooling is disabled.
597597
@@ -1026,7 +1026,7 @@
10261026
## Remarks
10271027
The default implementation of this asynchronous method delegates to its synchronous counterpart and returns a completed `ValueTask`, potentially blocking the calling thread.
10281028
1029-
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default inmplementation using asynchronous I/O operations.
1029+
Data providers that support [asynchronous programming](/dotnet/framework/data/adonet/asynchronous-programming) should override the default implementation using asynchronous I/O operations.
10301030
10311031
]]></format>
10321032
</remarks>

0 commit comments

Comments
 (0)