Skip to content

Commit 1ea0acd

Browse files
fix build warnings
1 parent fbb4773 commit 1ea0acd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

source/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Procedure
3737
.. include:: /includes/steps/install-shell-windows.rst
3838

3939
.. tab::
40-
:tabid: macOS
40+
:tabid: macos
4141

4242
.. _macos-install-homebrew:
4343

source/reference/methods.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ Cursor Methods
511511

512512
* - :method:`cursor.readConcern()`
513513

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.
515516

516517
* - :method:`cursor.readPref()`
517518

@@ -1123,7 +1124,7 @@ Sharding Methods
11231124
- Removes the association between a range of shard key values and a
11241125
:term:`zone`.
11251126

1126-
* - :dbcommand:`sh.removeShardFromZone`
1127+
* - :method:`sh.removeShardFromZone`
11271128

11281129
- Removes the association between a shard and a :term:`zone`.
11291130

@@ -1140,7 +1141,7 @@ Sharding Methods
11401141
* - :method:`sh.setBalancerState()`
11411142

11421143
- Enables or disables the :term:`balancer` which migrates
1143-
:term:`chunks` between :term:`shards`.
1144+
:term:`chunks <chunk>` between :term:`shards <shard>`.
11441145

11451146
* - :method:`sh.shardCollection()`
11461147

0 commit comments

Comments
 (0)