Skip to content

Commit 930b638

Browse files
committed
Fix id for TopologyDescription::TYPE_LOAD_BALANCED
Fixes a build failure from bd6e660
1 parent bd6e660 commit 930b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/mongodb/mongodb/driver/topologydescription.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</listitem>
122122
</varlistentry>
123123

124-
<varlistentry xml:id="mongodb-driver-topologydescription.constants.type-load-balancer">
124+
<varlistentry xml:id="mongodb-driver-topologydescription.constants.type-load-balanced">
125125
<term><constant>MongoDB\Driver\TopologyDescription::TYPE_LOAD_BALANCED</constant></term>
126126
<listitem>
127127
<para>Load balanced topology, returned by <methodname>MongoDB\Driver\TopologyDescription::getType</methodname>.</para>

0 commit comments

Comments
 (0)