We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5341816 commit 729a723Copy full SHA for 729a723
source/crud/query/distinct.txt
@@ -126,7 +126,7 @@ Retrieve Distinct Values Example: Full File
126
This example performs the following actions on the ``restaurant``
127
collection:
128
129
-- Matches documents in which the value of ``cuisine`` is ``"Tapas"``
+- Matches documents in which the value of the ``cuisine`` field is ``"Tapas"``
130
- Returns distinct values of the ``borough`` field from the matched documents
131
132
.. tabs::
0 commit comments