Skip to content

Commit 838b88a

Browse files
authored
Fix typo in amqp.adoc
* change "fanout`" to "`fanout`"
1 parent cfdd083 commit 838b88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public interface Exchange {
8585
----
8686

8787
As you can see, an `Exchange` also has a 'type' represented by constants defined in `ExchangeTypes`.
88-
The basic types are: `direct`, `topic`, fanout`, and `headers`.
88+
The basic types are: `direct`, `topic`, `fanout`, and `headers`.
8989
In the core package, you can find implementations of the `Exchange` interface for each of those types.
9090
The behavior varies across these `Exchange` types in terms of how they handle bindings to queues.
9191
For example, a `Direct` exchange lets a queue be bound by a fixed routing key (often the queue's name).

0 commit comments

Comments
 (0)