Skip to content

Commit

Permalink
kafka: 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 77cb0a4 commit 67d2ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/kafka/doc/kafka_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
Expand Down Expand Up @@ -183,7 +183,7 @@ modparam("kafka", "topic", "name=third_topic")
<title><function>kafka_send</function> usage</title>
<programlisting format="linespecific">
...
# Send "test message" to topic "my_topic"
# Send "test message" to topic "my_topic"
kafka_send("my_topic", "test message");
...
</programlisting>
Expand Down Expand Up @@ -217,7 +217,7 @@ kafka_send("my_topic", "test message");
<title><function>kafka_send_key</function> usage</title>
<programlisting format="linespecific">
...
# Send "test message" to topic "my_topic" with key "my_key"
# Send "test message" to topic "my_topic" with key "my_key"
kafka_send_key("my_topic", "test message", "my_key");
...
</programlisting>
Expand Down

0 comments on commit 67d2ee6

Please sign in to comment.