Skip to content

Commit a85db6f

Browse files
Wording
1 parent 780e0a3 commit a85db6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/rabbit_exchange_type_direct.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{enables, kernel_ready}]}).
3333

3434
description() ->
35-
[{description, <<"AMQP direct exchange, as per the AMQP specification">>}].
35+
[{description, <<"AMQP 0-9-1 direct exchange, a built-in type">>}].
3636

3737
serialise_events() -> false.
3838

src/rabbit_exchange_type_fanout.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{enables, kernel_ready}]}).
3333

3434
description() ->
35-
[{description, <<"AMQP fanout exchange, as per the AMQP specification">>}].
35+
[{description, <<"AMQP 0-9-1 fanout exchange, a built-in type">>}].
3636

3737
serialise_events() -> false.
3838

src/rabbit_exchange_type_headers.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
boolean().
3838

3939
description() ->
40-
[{description, <<"AMQP headers exchange, as per the AMQP specification">>}].
40+
[{description, <<"AMQP 0-9-1 headers exchange, a built-in type">>}].
4141

4242
serialise_events() -> false.
4343

src/rabbit_exchange_type_topic.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
%%----------------------------------------------------------------------------
3636

3737
description() ->
38-
[{description, <<"AMQP topic exchange, as per the AMQP specification">>}].
38+
[{description, <<"AMQP 0-9-1 topic exchange, a built-in type">>}].
3939

4040
serialise_events() -> false.
4141

0 commit comments

Comments
 (0)