diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_backing_queue.erl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index fe09e40042..0ca8d260ef 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -90,11 +90,11 @@ behaviour_info(callbacks) -> %% %% It is legal for the same message id to appear in the results %% of multiple calls to drain_confirmed, which means that the - %% backing queue is not required to keep track of the which - %% messages it has already confirmed. The confirm will be issued - %% to the publisher the first time the message id appears in the - %% result of drain_confirmed. All subsequent appearances of that - %% message id will be ignored. + %% backing queue is not required to keep track of which messages + %% it has already confirmed. The confirm will be issued to the + %% publisher the first time the message id appears in the result + %% of drain_confirmed. All subsequent appearances of that message + %% id will be ignored. {drain_confirmed, 1}, %% Drop messages from the head of the queue while the supplied |
