Skip to content

Commit 18bd707

Browse files
authored
Fix Spelling errors in the amqp.adoc
1 parent 189847d commit 18bd707

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
@@ -1359,7 +1359,7 @@ void send(String exchange, String routingKey, Message message) throws AmqpExcept
13591359
We can begin our discussion with the last method in the preceding listing, since it is actually the most explicit.
13601360
It lets an AMQP exchange name (along with a routing key)be provided at runtime.
13611361
The last parameter is the callback that is responsible for actual creating the message instance.
1362-
An example of using this method to send a message might look this this:
1362+
An example of using this method to send a message might look like this:
13631363
The following example shows how to use the `send` method to send a message:
13641364

13651365
====

0 commit comments

Comments
 (0)