Skip to content

Commit 96c36c3

Browse files
authored
Fix <literal> closing tag
Fixes b101dd2
1 parent b101dd2 commit 96c36c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/mongodb/mongodb/driver/manager/construct.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
5151
</programlisting>
5252
</para>
5353
<para>
54-
Defaults to <literal>"mongodb://127.0.0.1:27017"<literal> if unspecified.
54+
Defaults to <literal>"mongodb://127.0.0.1:27017"</literal> if unspecified.
5555
</para>
5656
<para>
5757
For details on supported URI options, see

0 commit comments

Comments
 (0)