Skip to content

Commit 116ebad

Browse files
committed
vale
1 parent 5cacd32 commit 116ebad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/run-command.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ To run a database command, specify the command and any relevant
3737
parameters in a document, then pass the document to the ``runCommand()`` method.
3838

3939
The following code shows how you can use the ``runCommand()``
40-
method to run the ``explain`` command, which returns information about
41-
how the specified CRUD command would be executed:
40+
method to run the ``explain`` command, which returns a description of how the
41+
``find`` command will be executed if you call it:
4242

4343
.. literalinclude:: /includes/run-command.kt
4444
:start-after: start-execute

0 commit comments

Comments
 (0)