Skip to content

Commit b2255b7

Browse files
Merge pull request #1099 from GitHubPang/main
Fix typo in comment for IConnection
2 parents 5d60790 + 0cfb25b commit b2255b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/api/IConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace RabbitMQ.Client
4949
/// </para>
5050
/// <para>
5151
/// Extends the <see cref="IDisposable"/> interface, so that the "using"
52-
/// statement can be used to scope the lifetime of a channel when
52+
/// statement can be used to scope the lifetime of a connection when
5353
/// appropriate.
5454
/// </para>
5555
/// </remarks>

0 commit comments

Comments
 (0)