Skip to content

Commit 09f6b72

Browse files
author
Sam Kleinman
committed
DOCS-478 correction
1 parent 3315b08 commit 09f6b72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/applications/indexes.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ results. For example:
107107
db.collection.find( { b:5 } ).sort( { a:1, b:1 } )
108108

109109
db.collection.find( { a:{ $gt:4 } } ).sort( { a:1, b:1 } )
110-
db.collection.find( { b:{ $gt:5 } } ).sort( { a:1, b:1 } )
111-
110+
112111
db.collection.find( { a:5 } ).sort( { a:1, b:1 } )
113112
db.collection.find( { a:5 } ).sort( { b:1, c:1 } )
114113

0 commit comments

Comments
 (0)