File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Procedure
37
37
.. include:: /includes/steps/install-shell-windows.rst
38
38
39
39
.. tab::
40
- :tabid: macOS
40
+ :tabid: macos
41
41
42
42
.. _macos-install-homebrew:
43
43
Original file line number Diff line number Diff line change @@ -511,7 +511,8 @@ Cursor Methods
511
511
512
512
* - :method:`cursor.readConcern()`
513
513
514
- - Specifies a :term:`read concern` for a :method:`find()` operation.
514
+ - Specifies a :term:`read concern` for a
515
+ :method:`db.collection.find()` operation.
515
516
516
517
* - :method:`cursor.readPref()`
517
518
@@ -1123,7 +1124,7 @@ Sharding Methods
1123
1124
- Removes the association between a range of shard key values and a
1124
1125
:term:`zone`.
1125
1126
1126
- * - :dbcommand :`sh.removeShardFromZone`
1127
+ * - :method :`sh.removeShardFromZone`
1127
1128
1128
1129
- Removes the association between a shard and a :term:`zone`.
1129
1130
@@ -1140,7 +1141,7 @@ Sharding Methods
1140
1141
* - :method:`sh.setBalancerState()`
1141
1142
1142
1143
- Enables or disables the :term:`balancer` which migrates
1143
- :term:`chunks` between :term:`shards`.
1144
+ :term:`chunks <chunk> ` between :term:`shards <shard> `.
1144
1145
1145
1146
* - :method:`sh.shardCollection()`
1146
1147
You can’t perform that action at this time.
0 commit comments