summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-03-21 11:40:42 +0000
committerEmile Joubert <emile@rabbitmq.com>2013-03-21 11:40:42 +0000
commit640e3797e15f62c206a8fc4b914268d5ea8cc27e (patch)
tree8f1b3d14e558f15e1f391f1c8d6a4683c5038868
parentf4a121331825d9d9aa7603d8084feb4099a3d34f (diff)
downloadrabbitmq-server-git-640e3797e15f62c206a8fc4b914268d5ea8cc27e.tar.gz
Comment
-rw-r--r--src/rabbit_exchange_decorator.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_exchange_decorator.erl b/src/rabbit_exchange_decorator.erl
index 45d0cbf50b..040b55dbb0 100644
--- a/src/rabbit_exchange_decorator.erl
+++ b/src/rabbit_exchange_decorator.erl
@@ -58,9 +58,9 @@
[rabbit_types:binding()]) -> 'ok'.
%% Decorators can optionally implement route/2 which allows additional
-%% queues to be added to the routing decision.
+%% destinations to be added to the routing decision.
%% -callback route(rabbit_types:exchange(), rabbit_types:delivery()) ->
-%% [rabbit_amqqueue:name() | rabbit_types:exchange()].
+%% [rabbit_amqqueue:name() | rabbit_exchange:name()].
-else.