Skip to content

Commit

Permalink
rabbitmq: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent f3d9663 commit a47333b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/rabbitmq/doc/rabbitmq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="rabbitmq_admin.xml"/>

</book>
4 changes: 2 additions & 2 deletions src/modules/rabbitmq/doc/rabbitmq_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ modparam("rabbitmq", "direct_reply_to", 1)
<function moreinfo="none">rabbitmq_publish(exchange, routing_key, content_type, messagebody)</function>
</title>
<para>
The function publishes messagebody without waiting for a reply.
The function publishes messagebody without waiting for a reply.
</para>
<para>
Meaning of the parameters is as follows:
Expand Down Expand Up @@ -220,7 +220,7 @@ rabbitmq_publish("exchange", "routing_key", "application/json", "$avp(json_reque
<function moreinfo="none">rabbitmq_publish_consume(exchange, routing_key, content_type, messagebody, reply)</function>
</title>
<para>
The function publishes messagebody and waits timeoute_sec + timeout_usec for a reply.
The function publishes messagebody and waits timeoute_sec + timeout_usec for a reply.
If the reply comes, one can read it in the <emphasis>reply</emphasis> avp.
</para>
<para>
Expand Down

0 comments on commit a47333b

Please sign in to comment.