Skip to content

Commit b317c5e

Browse files
authored
simplifies some language on the database profiler page (#428)
1 parent c2b16f1 commit b317c5e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/reference/database-profiler.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ operations on a standalone:
5757
name: Find Operation
5858
content: |
5959
The following document in the :data:`system.profile
60-
<<database>.system.profile>` reflects a find operation:
60+
<<database>.system.profile>` collection shows metrics for
61+
a sample query operation on the ``test.report`` collection:
6162

6263
.. code-block:: javascript
6364

@@ -143,8 +144,9 @@ operations on a standalone:
143144
:dbcommand:`delete`) operation contains the entire update
144145
command.
145146

146-
The following example reflects an :dbcommand:`update`
147-
operation on a collection named ``report``.
147+
The following document in the :data:`system.profile
148+
<<database>.system.profile>` collection shows metrics for
149+
a sample update operation on the ``test.report`` collection:
148150

149151
.. code-block:: javascript
150152

0 commit comments

Comments
 (0)