Skip to content

Commit cbb2671

Browse files
committed
trivial: tweak sentence wording
1 parent fe69cd9 commit cbb2671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/core/replica-set-rollbacks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To prevent rollbacks of data that has been acknowledged to the client,
6969
use :ref:`replica acknowledged write concern
7070
<write-concern-replica-acknowledged>` to guarantee that the write
7171
operations propagate to the primary and at least one secondary of a
72-
replica set before returning with acknowledgement.
72+
replica set before returning with acknowledgement to the issuing client.
7373

7474
.. note::
7575

source/includes/fact-geo-near-returns-sorted-results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
:method:`~cursor.sort()` for the query, :method:`~cursor.sort()`
33
re-orders the matching documents, effectively overriding the sort
44
operation already performed by |geo-operation|. When using
5-
:method:`~cursor.sort()` with geospatial queries, consider instead
5+
:method:`~cursor.sort()` with geospatial queries, consider using
66
:query:`$geoWithin` operator, which does not sort documents, instead of
77
|geo-operation|.

0 commit comments

Comments
 (0)