Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/RabbitMQ.Client/client/api/IConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace RabbitMQ.Client
/// </para>
/// <para>
/// Extends the <see cref="IDisposable"/> 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.
/// </para>
/// </remarks>
Expand Down