diff --git a/projects/RabbitMQ.Client/client/api/IConnection.cs b/projects/RabbitMQ.Client/client/api/IConnection.cs index cbab785463..52b022ace7 100644 --- a/projects/RabbitMQ.Client/client/api/IConnection.cs +++ b/projects/RabbitMQ.Client/client/api/IConnection.cs @@ -49,7 +49,7 @@ namespace RabbitMQ.Client /// /// /// Extends the interface, so that the "using" - /// statement can be used to scope the lifetime of a channel when + /// statement can be used to scope the lifetime of a connection when /// appropriate. /// ///