Skip to content

Commit 85d1caa

Browse files
author
Chris Cho
authored
ascending -> descending (#87)
1 parent 49cfeda commit 85d1caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/usage-examples/findOne.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ collection. It uses the following:
3838
- A **query document** that configures the query to return only
3939
movies with the title of exactly the text ``'The Room'``.
4040

41-
- A **sort** that organizes matched documents in ascending order by
41+
- A **sort** that organizes matched documents in descending order by
4242
rating, so if our query matches multiple documents the returned
4343
document will be the document with the highest rating.
4444

0 commit comments

Comments
 (0)