Skip to content

Commit f0dbb30

Browse files
authored
Merge pull request #82 from caitlindavey/v2.21
Nested backporting
2 parents 1413f24 + a06b7f0 commit f0dbb30

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

source/reference/crud-operations.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,13 @@ when querying and their corresponding methods as examples.
285285
If the read concern is specifed on the client or collection level, or
286286
if the read concern is specified as a find option, it will NOT be passed
287287
by the driver to the explain command.
288-
289-
.. note::
290-
291-
The information returned by the server for the ``explain`` command
292-
varies with server version and deployment topology. The driver's
293-
``explain`` method returns whatever the server provided.
294-
295-
**The return value of ``explain`` method is not part of the driver's
296-
public API and depends on the server version and deployment topology.**
288+
289+
The information returned by the server for the ``explain`` command
290+
varies with server version and deployment topology. The driver's
291+
``explain`` method returns whatever the server provided.
292+
293+
**The return value of the ``explain`` method is not part of the driver's
294+
public API and depends on the server version and deployment topology.**
297295

298296
* - ``hint(Hash)``
299297
- Provides the query with an

0 commit comments

Comments
 (0)