@@ -25,7 +25,7 @@ insert this data into a collection, run the following operation:
25
25
{ "_id": 3, "name": "Atlas Shrugged", "author": "Rand", "length": 1088 },
26
26
{ "_id": 4, "name": "Infinite Jest", "author": "Wallace", "length": 1104 },
27
27
{ "_id": 5, "name": "Cryptonomicon", "author": "Stephenson", "length": 918 },
28
- { "_id": 6, "name": "A Dance with Dragons", "author": "Tolkein ", "length": 1104 },
28
+ { "_id": 6, "name": "A Dance with Dragons", "author": "Martin ", "length": 1104 },
29
29
]);
30
30
31
31
Pass the following sort document to a read operation to ensure that the
@@ -49,8 +49,8 @@ documents when this sort is used with an empty query:
49
49
.. code-block:: javascript
50
50
51
51
{ "_id": 2, "title": "Les Misérables", "author": "Hugo", "length": 1462 }
52
- { "_id": 6, "title": "A Dance with Dragons", "author": "Martin", "length": 1104 }
53
52
{ "_id": 4, "title": "Infinite Jest", "author": "Wallace", "length": 1104 }
53
+ { "_id": 6, "title": "A Dance with Dragons", "author": "Martin", "length": 1104 }
54
54
{ "_id": 3, "title": "Atlas Shrugged", "author": "Rand", "length": 1088 }
55
55
{ "_id": 5, "title": "Cryptonomicon", "author": "Stephenson", "length": 918 }
56
56
{ "_id": 1, "title": "The Brothers Karamazov", "author": "Dostoyevsky", "length": 824 }
0 commit comments