Skip to content

Commit d77e38d

Browse files
fix 'mongosh' build errors
1 parent 3ff2c70 commit d77e38d

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

source/reference/command/validate.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Definition
2323
The :dbcommand:`validate` command does not support :doc:`views
2424
</core/views>` and raises an error when run against a view.
2525

26-
The :method:`db.collection.validate()` method in
27-
:binary:`~bin.mongosh` provides a wrapper around
28-
:dbcommand:`validate`.
29-
3026
Syntax
3127
------
3228

source/reference/method/rs.reconfig.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ You can also modify the cluster replica set :rsconf:`settings` document.
403403
The :rsconf:`settings` document contains configuration options that
404404
apply to the whole replica set.
405405

406-
The following sequence of operations updates the
407-
:rsconf:`settings.heartbeatTimeoutSecs` of the cluster to ``15``.
408-
The operations are issued through a :binary:`~bin.mongosh` session
409-
that is connected to the primary.
406+
The following sequence of operations updates the
407+
:rsconf:`settings.heartbeatTimeoutSecs` of the cluster to ``15``. The
408+
operations are issued through a :binary:`~bin.mongo` shell session that
409+
is connected to the primary.
410410

411411
.. code-block:: javascript
412412

source/tutorial/iterate-a-cursor.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ parameter when starting up :binary:`~bin.mongod`.
134134
Cursors Opened Outside of a Session
135135
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136136

137-
Cursors that aren't opened under a session automatically close after 10
138-
minutes of inactivity, or if client has exhausted the cursor. To
139-
override this behavior in :binary:`~bin.mongosh`, you can use the
140-
:method:`cursor.noCursorTimeout()` method:
137+
Cursors that aren't opened under a session automatically close after 10
138+
minutes of inactivity, or if client has exhausted the cursor. To
139+
override this behavior in the :binary:`~bin.mongo` shell, you can use
140+
the :method:`cursor.noCursorTimeout()` method:
141141

142142
.. code-block:: javascript
143143

0 commit comments

Comments
 (0)