Skip to content

Commit eda840a

Browse files
authored
DOCSP-42968 fixing nested components (#150)
1 parent 427afa7 commit eda840a

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

source/fundamentals/crud/read-operations/cursor.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,14 +286,13 @@ calling their corresponding builder method:
286286
* - ``no_cursor_timeout``
287287
- | Specifies whether the server closes the cursor after a period
288288
of inactivity.
289-
290-
.. important::
291-
292-
Because the ``Cursor`` type implements the ``Drop`` trait, the
293-
server closes a cursor when it goes out of scope. The server
294-
runs an asynchronous ``killCursors`` command to close the
295-
cursor. See :manual:`killCursors </reference/command/killCursors/>`
296-
in the Server manual to learn more.
289+
|
290+
| :gold:`IMPORTANT:`
291+
Because the ``Cursor`` type implements the ``Drop`` trait, the
292+
server closes a cursor when it goes out of scope. The server
293+
runs an asynchronous ``killCursors`` command to close the
294+
cursor. See :manual:`killCursors </reference/command/killCursors/>`
295+
in the Server manual to learn more.
297296

298297
| Type: ``bool``
299298
| Default: ``false``

source/fundamentals/run-command.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,10 @@ response contains a document with the following fields:
141141

142142
* - ``operationTime``
143143
- The logical time of the operation. MongoDB uses the
144-
logical time to order operations.
144+
logical time to order operations.
145145

146-
.. seealso::
147-
148-
To learn more about logical time, see our blog post about the
149-
:website:`Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
146+
To learn more about logical time, see our blog post about the
147+
:website:`Global Logical Clock </blog/post/transactions-background-part-4-the-global-logical-clock>`.
150148

151149
* - ``$clusterTime``
152150
- A document that contains the signed cluster time. Cluster time is a

0 commit comments

Comments
 (0)