Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/includes/ref-toc-command-sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ description: "Internal command that reports on the state of a sharded cluster."
---
name: ":dbcommand:`getShardVersion`"
file: /reference/command/getShardVersion
description: "Internal command that returns the term:`config server <config database>` version."
description: "Internal command that returns the :term:`config server <config database>` version."
---
name: ":dbcommand:`setShardVersion`"
file: /reference/command/setShardVersion
description: "Internal command to sets the term:`config server <config database>` version."
description: "Internal command to sets the :term:`config server <config database>` version."
---
name: ":dbcommand:`shardCollection`"
file: /reference/command/shardCollection
Expand Down
2 changes: 1 addition & 1 deletion source/includes/ref-toc-method-cursor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ name: ":method:`cursor.objsLeftInBatch()`"
file: /reference/method/cursor.objsLeftInBatch
description: "Returns the number of documents left in the current cursor batch."
---
name: ":method:`cursor.readpref()`"
name: ":method:`cursor.readPref()`"
file: /reference/method/cursor.readPref
description: "Specifies a :term:`read preference` to a cursor to control how the client directs queries to a :term:`replica set`."
---
Expand Down