Skip to content

Commit 339e61f

Browse files
Correct docstring
1 parent f53d3c1 commit 339e61f

File tree

1 file changed

+1
-2
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+1
-2
lines changed

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ void QueueBind(string queue,
285285
string exchange,
286286
string routingKey);
287287

288-
///<summary>Same as QueueBind but sets nowait parameter to true and returns void (as there
289-
///will be no response from the server).</summary>
288+
///<summary>Same as QueueBind but sets nowait parameter to true.</summary>
290289
void QueueBindNowait(string queue,
291290
string exchange,
292291
string routingKey,

0 commit comments

Comments
 (0)