Skip to content

Commit 7d78a3f

Browse files
committed
removing nested note from table
1 parent 51d9b2f commit 7d78a3f

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

source/reference/crud-operations.txt

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -285,15 +285,12 @@ 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+
**The return value of ``explain`` method is not part of the driver's
293+
public API and depends on the server version and deployment topology.**
297294

298295
* - ``hint(Hash)``
299296
- Provides the query with an

0 commit comments

Comments
 (0)