Skip to content

Commit 656745d

Browse files
author
Dave Cuthbert
authored
DOCSP-26955 standardize on ID (mongodb#2245)
* DOCSP-26955 standardiz on ID * DOCSP-26955 standardize on ID
1 parent db30d93 commit 656745d

40 files changed

+48
-48
lines changed

source/administration/configuration.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ The :setting:`~storage.dbPath` value controls the location of the
349349
:binary:`~bin.mongod` instance's data directory. Ensure that each database
350350
has a distinct and well labeled data directory. The
351351
:setting:`~processManagement.pidFilePath` controls where :binary:`~bin.mongod` process
352-
places it's :term:`process id (PID) <PID>` file. As this tracks the specific
352+
places it's :term:`process ID (PID) <PID>` file. As this tracks the specific
353353
:binary:`~bin.mongod` file, it is crucial that file be unique and well
354354
labeled to make it easy to start and stop these processes.
355355

source/administration/monitoring.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ use the following command to view the "balancer" lock.
529529
.. versionchanged:: 3.4
530530

531531
Starting in 3.4, the primary of the CSRS config server holds the
532-
"balancer" lock, using a process id named "ConfigServer". This lock
532+
"balancer" lock, using a process ID named "ConfigServer". This lock
533533
is never released. To determine if the balancer is running, see
534534
:ref:`sharding-balancing-is-running`.
535535

source/core/csfle/features.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ In this scenario, we secure sensitive data on a medical care management
145145
system that stores patients' personal information, insurance
146146
information, and medical records for a fictional company, *MedcoMD*.
147147
None of the patient data is public, and specific data such as their
148-
social security number (SSN, a US government-issued id number), insurance
148+
social security number (SSN, a US government-issued ID number), insurance
149149
policy number, and vital sign measurements are particularly sensitive and
150150
subject to privacy compliance. It is important for the company and the patient
151151
that the data is kept private and secure.

source/core/queryable-encryption/features.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ In this scenario, we secure sensitive data on a medical care management
221221
system that stores patients' personal information, billing
222222
information, and medical records for a fictional company, *MedcoMD*.
223223
None of the patient data is public, and specific data such as their
224-
social security number (SSN, a US government-issued id number), patient ID number,
224+
social security number (SSN, a US government-issued ID number), patient ID number,
225225
billing information, and medication information are particularly sensitive and
226226
subject to privacy compliance. It is important for the company and the patient
227227
that the data is kept private and secure.

source/core/replica-set-sync.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ Multithreaded Replication
301301
~~~~~~~~~~~~~~~~~~~~~~~~~
302302

303303
MongoDB applies write operations in batches using multiple threads to
304-
improve concurrency. MongoDB groups batches by document id (:ref:`WiredTiger
304+
improve concurrency. MongoDB groups batches by document ID (:ref:`WiredTiger
305305
<storage-wiredtiger>`) and simultaneously applies each group of
306306
operations using a different thread. MongoDB always applies write
307307
operations to a given document in their original write order.

source/core/tailable-cursors.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Consider the following behaviors related to tailable cursors:
5050
- the cursor returns the document at the "end" of the collection and
5151
then the application deletes that document.
5252

53-
A *dead* cursor has an id of ``0``.
53+
A *dead* cursor has an ID of ``0``.
5454

5555
See your :driver:`driver documentation </>` for the
5656
driver-specific method to specify the tailable cursor.

source/includes/changelogs/releases/3.2.10.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ WiredTiger
5252
- :issue:`WT-2221` Document which statistics are available via a "fast" configuration vs. an "all" configuration
5353
- :issue:`WT-2233` Investigate changing when the eviction server switches to aggressive mode.
5454
- :issue:`WT-2239` Make sure LSM cursors read up to date dsk_gen, it was racing with compact
55-
- :issue:`WT-2323` Allocate a transaction id at the beginning of join cursor iteration
55+
- :issue:`WT-2323` Allocate a transaction ID at the beginning of join cursor iteration
5656
- :issue:`WT-2843` Fix a bug in recovery if there is no filesystem truncate support
5757
- :issue:`WT-2846` Several bugs related to reconfiguring eviction server at runtime
5858
- :issue:`WT-2353` Failure to create async threads as part of a wiredtiger_open call will cause a hang

source/includes/changelogs/releases/3.4.19.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Internals
6565
~~~~~~~~~
6666

6767
- :issue:`SERVER-18985` setParameter should log at level 0
68-
- :issue:`SERVER-23818` Include Evergreen task id in metadata sent to logkeeper
68+
- :issue:`SERVER-23818` Include Evergreen task ID in metadata sent to logkeeper
6969
- :issue:`SERVER-36250` Add support for optionally logging specific negotiated TLS versions
7070
- :issue:`SERVER-37120` Turn off linux-replSet-initialsync-logkeeper Build Variant for 3.4 and 3.6 branches
7171
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is

source/includes/changelogs/releases/3.6.18.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Internals
6767
- :issue:`SERVER-43349` Incorrect serialization for $elemMatch $not $ne
6868
- :issue:`SERVER-44325` Add polyfill for certificate chain verification
6969
- :issue:`SERVER-44435` Allow x509 authorization to be selectively enabled based on the CA
70-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
70+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
7171
- :issue:`SERVER-45156` SockAddr constructor should take sockaddr, not sockaddr_storage
7272
- :issue:`SERVER-45472` Ensure RoleGraph can serialize authentication restrictions to BSON
7373
- :issue:`SERVER-45766` Remove "requires" from the server yaml

source/includes/changelogs/releases/3.6.4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Replication
2727
- :issue:`SERVER-31399` repl.apply.batches.totalMillis does not record the time spent applying batches
2828
- :issue:`SERVER-31666` catchup_takeover_one_high_priority should use initiateWithAnyNodeAsPrimary
2929
- :issue:`SERVER-31669` Increase the election timeout in case 3 of catchup.js
30-
- :issue:`SERVER-32776` Refresh rollback id cache on increment
30+
- :issue:`SERVER-32776` Refresh rollback ID cache on increment
3131
- :issue:`SERVER-33448` Relax time diff requirements in apply_batches_totalMillis.js
3232
- :issue:`SERVER-33618` Initial sync should consider applyOps a CrudOpType
3333

source/includes/changelogs/releases/3.6.9.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Sharding
2525
- :issue:`SERVER-37496` The balancer shouldn't register a shutdown task after the process is multithreaded
2626
- :issue:`SERVER-37631` Disable logical sessions if FCV is 3.4
2727
- :issue:`SERVER-37657` Report the offending oplog entries if a batch contains non-increasing transaction numbers
28-
- :issue:`SERVER-37735` [3.6] Ensure the full logical session id is included in commands sent by the ShardingTaskExecutor
28+
- :issue:`SERVER-37735` [3.6] Ensure the full logical session ID is included in commands sent by the ShardingTaskExecutor
2929

3030
Replication
3131
~~~~~~~~~~~
@@ -84,7 +84,7 @@ Storage
8484
Operations
8585
~~~~~~~~~~
8686

87-
- :issue:`SERVER-32064` A logical session id should be included in all command requests from the mongo shell
87+
- :issue:`SERVER-32064` A logical session ID should be included in all command requests from the mongo shell
8888
- :issue:`SERVER-33606` mongo shell startSession() should fail if the server doesn't support logical sessions
8989
- :issue:`SERVER-34864` String-valued fields should not participate in schema change detection in ftdc
9090

source/includes/changelogs/releases/4.0.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Operations
9898
~~~~~~~~~~
9999

100100
- :issue:`SERVER-27264` With net.ssl.allowConnectionsWithoutCertificates: true, allow disabling no client certificate log warnings
101-
- :issue:`SERVER-32064` A logical session id should be included in all command requests from the mongo shell
101+
- :issue:`SERVER-32064` A logical session ID should be included in all command requests from the mongo shell
102102
- :issue:`SERVER-34160` Mongo client run buffered command when terminated.
103103
- :issue:`SERVER-35758` Mongo shell prompt errors when running transactions after overriding "db"
104104
- :issue:`SERVER-35903` Free monitoring doesn't allow disabling from the shell without enabling it first

source/includes/changelogs/releases/4.0.14.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Internals
118118
- :issue:`SERVER-44568` Update the embedded version of the server's timezone data file to tzdb-2019c
119119
- :issue:`SERVER-44651` Update signal processing version
120120
- :issue:`SERVER-44727` detect-changes should not be called via run-dsi
121-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
121+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
122122
- :issue:`SERVER-44946` Reenable tests disabled in BACKPORT-4512
123123
- :issue:`WT-4499` Fix prepared transactions for cursor key order check failure
124124
- :issue:`WT-4520` Fix prepare transactions fallout during cursor navigation

source/includes/changelogs/releases/4.0.20.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Internals
7575
- :issue:`SERVER-48514` Separate testing 'called' and 'successful' fields for serverStatus election metrics
7676
- :issue:`SERVER-48569` Add ConflictingOperationInProgress as acceptable error code to stepDown in validateCollectionsCallback
7777
- :issue:`SERVER-48657` Use evergreen module to control signal processing in perf projects
78-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
78+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
7979
- :issue:`SERVER-49071` Make ldap_fastest_host_selection.js tolerate missing LDAP servers in statistics
8080
- :issue:`SERVER-49142` Validate correct field name in RoleName::parseFromBSON()
8181
- :issue:`SERVER-49335` publish_packages should use barque API key

source/includes/changelogs/releases/4.0.21.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ Internals
9191
- :issue:`SERVER-51802` Add requires_majority_read_concern tag to decrypt_tool.js on v4.0
9292
- :issue:`TOOLS-2589` [v4.0] sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely
9393
- :issue:`WT-6421` Avoid parsing metadata checkpoint for clean files
94-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
94+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
9595
- :issue:`WT-6598` Add new API allowing changing dhandle hash bucket size
9696

source/includes/changelogs/releases/4.0.3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Query
5353
~~~~~
5454

5555
- :issue:`SERVER-13946` Consider putting skip stages below fetch stages
56-
- :issue:`SERVER-36212` getMore should not enforce that session id matches until FCV is 4.0
56+
- :issue:`SERVER-36212` getMore should not enforce that session ID matches until FCV is 4.0
5757
- :issue:`SERVER-36299` Implement support for exhaust cursors with OP_MSG in DBClientCursor
5858
- :issue:`SERVER-36435` Increase maxTimeMS timeout in awaitdata_getmore_cmd.js
5959
- :issue:`SERVER-36453` Fix race condition in aggregation_cursor_invalidations.js

source/includes/changelogs/releases/4.2.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Sharding
1919
- :issue:`SERVER-33973` Commands to force cleanup of partial data that might have remained after failed collection/database drop
2020
- :issue:`SERVER-36222` call to ReplSetTest.restart in shard_identity_rollback.js is racy
2121
- :issue:`SERVER-36315` After stepdown the CSRS dist lock manager keeps trying to unlock locks
22-
- :issue:`SERVER-39573` Add unique id to log label "TransactionCoordinator"
22+
- :issue:`SERVER-39573` Add unique ID to log label "TransactionCoordinator"
2323
- :issue:`SERVER-39763` transactions_target_at_point_in_time.js should disable expiring old chunk history
2424
- :issue:`SERVER-40258` Relax locking requirements for sharding metadata refresh on shards
2525
- :issue:`SERVER-40496` transactions_snapshot_errors_subsequent_statements.js and transactions_writes_not_retryable.js should not use mode {times: 1} for failpoint

source/includes/changelogs/releases/4.2.10.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Internals
8585
- :issue:`WT-6215` Clear backup block information on rename: Reverted
8686
- :issue:`WT-6421` Avoid parsing metadata checkpoint for clean files
8787
- :issue:`WT-6539` Fix backup and rename memory leak
88-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
88+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
8989
- :issue:`WT-6598` Add new API allowing changing dhandle hash bucket size
9090
- :issue:`WT-6610` Fix incremental backup checkpoint parsing to handle upgrades
9191
- :issue:`WT-6611` Revert enhancement allowing rename and incremental backup

source/includes/changelogs/releases/4.2.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Build and Packaging
5757
Internals
5858
~~~~~~~~~
5959

60-
- :issue:`SERVER-41836` Log thread Id as part of error in FSM tests
60+
- :issue:`SERVER-41836` Log thread ID as part of error in FSM tests
6161
- :issue:`SERVER-43739` SNI name is not set on OSX if allowInvalidHostnames is enabled
6262
- :issue:`SERVER-44375` fix merge_with_drop_shard.js when the curop command fails due to ShardNotFound
6363
- :issue:`SERVER-47863` Initial Sync Progress Metrics

source/includes/changelogs/releases/4.2.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Internals
144144
- :issue:`SERVER-44651` Update signal processing version
145145
- :issue:`SERVER-44721` Shell KMS AWS support cannot decrypt responses
146146
- :issue:`SERVER-44727` detect-changes should not be called via run-dsi
147-
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot id and dataset link respectively to dsi(sys-perf)
147+
- :issue:`SERVER-44868` Initialsync logkeeper and logkeeper-short tests should pass snapshot ID and dataset link respectively to dsi(sys-perf)
148148
- :issue:`WT-4486` Number of syncs did not increase in dirty max test
149149
- :issue:`WT-4565` Fix tree walk code with read-no-wait flag set
150150
- :issue:`WT-4702` Switch to ubuntu1804-test Evergreen distro

source/includes/changelogs/releases/4.2.9.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Internals
9999
- :issue:`SERVER-48657` Use evergreen module to control signal processing in perf projects
100100
- :issue:`SERVER-48891` nullptr dereference on ViewCatalog in reIndex when Database does not exist
101101
- :issue:`SERVER-48907` Allow users to patch test changes to linkbench/linkbench2 using evergreen set-module
102-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
102+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
103103
- :issue:`SERVER-49071` Make ldap_fastest_host_selection.js tolerate missing LDAP servers in statistics
104104
- :issue:`SERVER-49097` sys-perf builds differ from release builds
105105
- :issue:`SERVER-49142` Validate correct field name in RoleName::parseFromBSON()

source/includes/changelogs/releases/4.4.1.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Internals
144144
- :issue:`SERVER-48952` logv2 cleanup for src/mongo/util/stacktrace_posix.cpp
145145
- :issue:`SERVER-48965` Make update_and_bulk_insert.js less heavy
146146
- :issue:`SERVER-48982` Respond to heartbeats until reconfig thread finishes in StepdownShouldInterruptConfigWrite
147-
- :issue:`SERVER-49007` Roundtrip registration id in metrics response in mock_http_server.py
147+
- :issue:`SERVER-49007` Roundtrip registration ID in metrics response in mock_http_server.py
148148
- :issue:`SERVER-49016` Ninja build reporting "no such file: /proc/cpuinfo"
149149
- :issue:`SERVER-49026` pseudo_commands.js can kill operation with opId '1234' mistakenly
150150
- :issue:`SERVER-49054` Server MSI should install Compass instead of Compass Community
@@ -207,5 +207,5 @@ Internals
207207
- :issue:`WT-6552` Fix configure flags in evergreen.yml for failing PPC tests
208208
- :issue:`WT-6578` Prevent reconciliation from looking past the on-disk value
209209
- :issue:`WT-6611` Revert enhancement allowing rename and incremental backup
210-
- :issue:`WT-6623` Set the connection level file id in recovery file scan
210+
- :issue:`WT-6623` Set the connection level file ID in recovery file scan
211211

source/includes/changelogs/releases/4.4.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Internals
255255
- :issue:`WT-6544` Onpage value not appended to the tombstone restored from the data or history store
256256
- :issue:`WT-6546` Update fast truncate to use newest start durable ts
257257
- :issue:`WT-6556` Fix internal sessions to use internal session close function than public API to avoid memory leak
258-
- :issue:`WT-6559` Use the session id from the new session to determine statistics bucket
258+
- :issue:`WT-6559` Use the session ID from the new session to determine statistics bucket
259259
- :issue:`WT-6560` Fix usage of global salvage in WT utility
260260
- :issue:`WT-6561` Provide MongoDB configuration in the wt utility usage output
261261
- :issue:`WT-6569` Squash the prepared updates into a single update before writing it to data store

source/includes/changelogs/releases/4.4.5.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Internals
183183
- :issue:`WT-7183` Sort test filenames in test coverage document
184184
- :issue:`WT-7184` Prevent non-ASCII input in doc files
185185
- :issue:`WT-7192` Fix failing assert when in-use dhandle can't be reopened
186-
- :issue:`WT-7200` Incorrect stop transaction id when fixing out of order timestamps in history store
186+
- :issue:`WT-7200` Incorrect stop transaction ID when fixing out of order timestamps in history store
187187
- :issue:`WT-7202` Check for no count in assertion
188188
- :issue:`WT-7206` Update test framework to align with C++ style
189189
- :issue:`WT-7208` Leave table cursor in a valid state when subordinate index fails to open

source/includes/changelogs/releases/4.4.7.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Internals
322322
- :issue:`WT-7545` Limit upgrade/downgrade testing to timestamp transactions at snapshot isolation
323323
- :issue:`WT-7546` Coverity: Minor issues in CppSuite test harness
324324
- :issue:`WT-7548` Create macro to identify dhandles directly associated with a Btree
325-
- :issue:`WT-7549` clean up block manager identifiers to use object id naming
325+
- :issue:`WT-7549` clean up block manager identifiers to use object ID naming
326326
- :issue:`WT-7550` Properly check pinned page and fix not resetting cursor if error
327327
- :issue:`WT-7565` Update invalid backup configurations
328328
- :issue:`WT-7566` Resolve write after free for dead dhandle
@@ -333,7 +333,7 @@ Internals
333333
- :issue:`WT-7577` Add sync configuration to flush_tier
334334
- :issue:`WT-7579` Disable prefix testing in compatibility test due to snapshot isolation search mismatch
335335
- :issue:`WT-7581` Make wt_cache_config args consistent with other config functions
336-
- :issue:`WT-7588` Make tiered object id numbers 32 bits
336+
- :issue:`WT-7588` Make tiered object ID numbers 32 bits
337337
- :issue:`WT-7594` Use key_consistent mode on format TS runs
338338
- :issue:`WT-7595` Add flag to history store cursor to track whether underlying table insertion was successful
339339
- :issue:`WT-7602` Fix MacOS CMake Compilation Issues

source/includes/extracts-command-field.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content: |
2323
2424
The following example output contains the command object for a
2525
:dbcommand:`getMore` operation generated by
26-
a command with cursor id ``19234103609`` on a collection named
26+
a command with cursor ID ``19234103609`` on a collection named
2727
``items`` in a database named ``test``:
2828
2929
.. code-block:: javascript

source/includes/extracts-sessions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ content: |
2222
* - ``lsid``
2323
- Document
2424
25-
- The document that specifies the unique id of the session
25+
- The document that specifies the unique ID of the session
2626
associated with the command. If the ``txnNumber`` is
2727
specified, the ``lsid`` is required.
2828

source/legacy-opcodes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ The ``OP_REPLY`` message is sent by the database in response to an
417417
struct {
418418
MsgHeader header; // standard message header
419419
int32 responseFlags; // bit values - see details below
420-
int64 cursorID; // cursor id if client needs to do get more's
420+
int64 cursorID; // cursor ID if client needs to do get more's
421421
int32 startingFrom; // where in the cursor this reply is starting
422422
int32 numberReturned; // number of documents in the reply
423423
document* documents; // documents
@@ -440,7 +440,7 @@ The ``OP_REPLY`` message is sent by the database in response to an
440440
following:
441441

442442
- ``0`` corresponds to CursorNotFound. Is set when ``getMore`` is
443-
called but the cursor id is not valid at the server. Returned
443+
called but the cursor ID is not valid at the server. Returned
444444
with zero results.
445445

446446
- ``1`` corresponds to QueryFailure. Is set when query failed.

source/reference/command/currentOp.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ Output Fields
795795

796796
.. versionadded:: 4.2
797797

798-
The id of the cursor.
798+
The ID of the cursor.
799799

800800
.. data:: currentOp.cursor.createdDate
801801

source/reference/command/find.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Output
328328
~~~~~~
329329

330330
The command returns a document that contains the cursor information,
331-
including the cursor id and the first batch of documents. For example,
331+
including the cursor ID and the first batch of documents. For example,
332332
the following document is returned when run against a sharded
333333
collection:
334334

source/reference/command/getMore.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ For example, a document similar to the one below may be returned when
155155
* - ``cursor``
156156

157157
- Contains the cursor information, including the
158-
cursor id as well as the ``nextBatch`` of documents.
158+
cursor ID as well as the ``nextBatch`` of documents.
159159

160160
Starting in 4.4, if the cursor from a :dbcommand:`find` command
161161
returns partial results due to the unavailability of the queried

0 commit comments

Comments
 (0)