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 49cfeda commit 85d1caaCopy full SHA for 85d1caa
source/usage-examples/findOne.txt
@@ -38,7 +38,7 @@ collection. It uses the following:
38
- A **query document** that configures the query to return only
39
movies with the title of exactly the text ``'The Room'``.
40
41
-- A **sort** that organizes matched documents in ascending order by
+- A **sort** that organizes matched documents in descending order by
42
rating, so if our query matches multiple documents the returned
43
document will be the document with the highest rating.
44
0 commit comments