Skip to content

Commit 6726af6

Browse files
committed
DOCSP-42968 Fixing indentation
1 parent 5719dc0 commit 6726af6

File tree

1 file changed

+7
-7
lines changed
  • source/fundamentals/crud/read-operations

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,13 +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-
| :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.
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.
296296

297297
| Type: ``bool``
298298
| Default: ``false``

0 commit comments

Comments
 (0)