@@ -123,7 +123,7 @@ of ``'Italian'``, sorted in ascending order of ``name`` field values:
123
123
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"101 Restaurant And Bar",
124
124
"restaurant_id"=>"40560108"}
125
125
...
126
- {"_id"=>BSON::ObjectId('...'), " , "name"=>"Zucchero E Pomodori",
126
+ {"_id"=>BSON::ObjectId('...'), ... , "name"=>"Zucchero E Pomodori",
127
127
"restaurant_id"=>"41189590"}
128
128
129
129
.. _ruby-return-documents-skip:
@@ -150,9 +150,9 @@ of ``'Manhattan'`` and skips the first ``10`` documents:
150
150
.. output::
151
151
:visible: false
152
152
153
- {"_id"=>BSON::ObjectId('...'), , "name"=>"Cafe Metro", "restaurant_id"=>"40363298"}
154
- {"_id"=>BSON::ObjectId('...'), , "name"=>"Lexler Deli", "restaurant_id"=>"40363426"}
155
- {"_id"=>BSON::ObjectId('...'), , "name"=>"Domino'S Pizza", "restaurant_id"=>"40363644"}
153
+ {"_id"=>BSON::ObjectId('...'), ... , "name"=>"Cafe Metro", "restaurant_id"=>"40363298"}
154
+ {"_id"=>BSON::ObjectId('...'), ... , "name"=>"Lexler Deli", "restaurant_id"=>"40363426"}
155
+ {"_id"=>BSON::ObjectId('...'), ... , "name"=>"Domino'S Pizza", "restaurant_id"=>"40363644"}
156
156
...
157
157
158
158
.. _ruby-return-documents-combine:
@@ -187,7 +187,7 @@ skipping the first ``10`` documents:
187
187
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acqua Santa", "restaurant_id"=>"40735858"}
188
188
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acquista Trattoria",
189
189
"restaurant_id"=>"40813992"}
190
- {"_id"=>BSON::ObjectId('...'), , "name"=>"Acquolina Catering", "restaurant_id"=>"41381423"}
190
+ {"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acquolina Catering", "restaurant_id"=>"41381423"}
191
191
192
192
.. note::
193
193
0 commit comments