Skip to content

Commit 5f16ec1

Browse files
committed
JS feedback
1 parent 24997d3 commit 5f16ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/read/distinct.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Overview
2121
--------
2222

2323
Within a collection, different documents might contain different values for a single field.
24-
For example, one ``restaurant`` document has a ``borough`` value of ``"Manhattan"``, and
24+
For example, one document in the ``restaurant`` collection has a ``borough`` value of ``"Manhattan"``, and
2525
another has a ``borough`` value of ``"Queens"``. With the {+driver-short+}, you can
2626
retrieve all the distinct values that a field contains across multiple documents
2727
in a collection.
@@ -34,7 +34,7 @@ database from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to
3434
free MongoDB Atlas cluster and load the sample datasets, see the
3535
:atlas:`Get Started with Atlas </getting-started>` guide.
3636

37-
The following {+language+} data class models the document in this collection:
37+
The following {+language+} data class models the documents in this collection:
3838

3939
.. literalinclude:: /includes/read/distinct.kt
4040
:start-after: start-data-class

0 commit comments

Comments
 (0)