Skip to content

Commit a48ab55

Browse files
committed
Update source/tutorial/manage-sharded-cluster-balancer.txt
typo in code example -- no closing curly bracket
1 parent 7f9da1d commit a48ab55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorial/manage-sharded-cluster-balancer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ of operations:
137137
.. code-block:: javascript
138138

139139
use config
140-
db.settings.update({ _id : "balancer" }, { $unset : { activeWindow : true })
140+
db.settings.update({ _id : "balancer" }, { $unset : { activeWindow : true } })
141141

142142
.. _sharding-balancing-disable-temporally:
143143

0 commit comments

Comments
 (0)