Skip to content

Commit 209c821

Browse files
committed
SA feedback
1 parent 80e02fb commit 209c821

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/fundamentals/databases-collections/run-command.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ Execute a Command
5353

5454
To run a database command, create a ``BsonDocument`` object that specifies
5555
the command and pass it as a parameter to the ``RunCommand()`` or ``RunCommandAsync()``
56-
method. You can specify the type returned by the ``RunCommand()`` and ``RunCommandAsync()``
57-
methods by specifying the type parameter. You can use the ``BsonDocument`` type to return
58-
the command response, or you can specify your own strongly typed class to deserialize
59-
the command response.
56+
method. You can specify the type returned by these methods by specifying the type parameter.
57+
You can use the ``BsonDocument`` type to return the command response, or you can specify your
58+
own strongly typed class to deserialize the command response.
6059

6160
The following example runs the ``hello`` command on a database, which returns information
6261
about the server. Select the :guilabel:`Asynchronous` or :guilabel:`Synchronous`
@@ -154,11 +153,11 @@ following fields:
154153
* - ``$clusterTime``
155154
- A document that contains the signed cluster time. Cluster time is a
156155
logical time used for the ordering of operations. This field only
157-
applies to commands run on replica sets or sharded cluster.
156+
applies to commands run on replica sets or sharded clusters.
158157

159158
* - ``operationTime``
160159
- The logical time of the operation execution. This field only
161-
applies to commands run on replica sets or sharded cluster.
160+
applies to commands run on replica sets or sharded clusters.
162161

163162
.. tip::
164163

0 commit comments

Comments
 (0)