Skip to content

Commit 27b3002

Browse files
authored
Remove semicolon from the end of the modparam examples.
1 parent 4e9e57a commit 27b3002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cachedb_cassandra/doc/cachedb_cassandra_admin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@
139139
<programlisting format="linespecific">
140140
...
141141
modparam("cachedb_cassandra", "cachedb_url",
142-
"cassandra:group1://localhost:9042/keyspace1.users.counters");
142+
"cassandra:group1://localhost:9042/keyspace1.users.counters")
143143

144144
# Defining multiple contact points for a Cassandra cluster
145145
modparam("cachedb_cassandra", "cachedb_url",
146-
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters");
146+
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters")
147147
...
148148
</programlisting>
149149
</example>

0 commit comments

Comments
 (0)