Skip to content

Commit

Permalink
Remove semicolon from the end of the modparam examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
NormB authored Jan 28, 2025
1 parent 4e9e57a commit 27b3002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cachedb_cassandra/doc/cachedb_cassandra_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@
<programlisting format="linespecific">
...
modparam("cachedb_cassandra", "cachedb_url",
"cassandra:group1://localhost:9042/keyspace1.users.counters");
"cassandra:group1://localhost:9042/keyspace1.users.counters")

# Defining multiple contact points for a Cassandra cluster
modparam("cachedb_cassandra", "cachedb_url",
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters");
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters")
...
</programlisting>
</example>
Expand Down

0 comments on commit 27b3002

Please sign in to comment.