Skip to content

Commit 6e2f6f2

Browse files
committed
fixes
1 parent 1f295e0 commit 6e2f6f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/read/specify-documents-to-return.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ of ``'Italian'``, sorted in ascending order of ``name`` field values:
123123
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"101 Restaurant And Bar",
124124
"restaurant_id"=>"40560108"}
125125
...
126-
{"_id"=>BSON::ObjectId('...'), ", "name"=>"Zucchero E Pomodori",
126+
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Zucchero E Pomodori",
127127
"restaurant_id"=>"41189590"}
128128

129129
.. _ruby-return-documents-skip:
@@ -150,9 +150,9 @@ of ``'Manhattan'`` and skips the first ``10`` documents:
150150
.. output::
151151
:visible: false
152152

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"}
156156
...
157157

158158
.. _ruby-return-documents-combine:
@@ -187,7 +187,7 @@ skipping the first ``10`` documents:
187187
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acqua Santa", "restaurant_id"=>"40735858"}
188188
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acquista Trattoria",
189189
"restaurant_id"=>"40813992"}
190-
{"_id"=>BSON::ObjectId('...'), , "name"=>"Acquolina Catering", "restaurant_id"=>"41381423"}
190+
{"_id"=>BSON::ObjectId('...'), ... , "name"=>"Acquolina Catering", "restaurant_id"=>"41381423"}
191191

192192
.. note::
193193

0 commit comments

Comments
 (0)