Skip to content

Commit fd881ba

Browse files
committed
Rename close
1 parent 6ff9685 commit fd881ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public static Task CloseAsync(this IChannel channel,
238238
/// <param name="replyText">The reply text.</param>
239239
/// <param name="cancellationToken">The cancellation token.</param>
240240
/// <remarks>
241-
/// The method behaves in the same way as Close(), with the only
241+
/// The method behaves in the same way as CloseAsync(), with the only
242242
/// difference that the channel is closed with the given channel
243243
/// close code and message.
244244
/// <para>

0 commit comments

Comments
 (0)