Skip to content

Commit d635c41

Browse files
Merge pull request #1053 from GitHubPang/patch-1
Fix misspelling and add missing words in comments (cherry picked from commit feceedc)
1 parent 05fd6c1 commit d635c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void ExchangeDeclareNoWait(string exchange, string type, bool durable, bool auto
331331
/// </summary>
332332
/// <remarks>
333333
/// This method performs a "passive declare" on an exchange,
334-
/// which verifies whether .
334+
/// which checks whether an exchange exists.
335335
/// It will do nothing if the exchange already exists and result
336336
/// in a channel-level protocol exception (channel closure) if not.
337337
/// </remarks>
@@ -552,7 +552,7 @@ void QueueDeclareNoWait(string queue, bool durable,
552552
/// <remarks>
553553
/// Waits until all messages published since the last call have
554554
/// been ack'd by the broker. If a nack is received or the timeout
555-
/// elapses, throws an OperationInterrupedException exception immediately.
555+
/// elapses, throws an OperationInterruptedException exception immediately.
556556
/// </remarks>
557557
[AmqpMethodDoNotImplement(null)]
558558
void WaitForConfirmsOrDie(TimeSpan timeout);

0 commit comments

Comments
 (0)