File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
driver-async/getting-started Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,6 @@ method to query the collection.
202202
203203### Find the First Document in a Collection
204204
205- call the first() method on the result of the find() of method
206-
207205To get the first document in the collection, call the
208206[ first()] ({{< apiref "com/mongodb/async/client/MongoIterable.html#first--">}})
209207method on the [ find()] ({{< apiref "com/mongodb/async/client/MongoCollection.html#find--">}})
Original file line number Diff line number Diff line change @@ -159,8 +159,6 @@ method to query the collection.
159159
160160### Find the First Document in a Collection
161161
162- call the first() method on the result of the find() of method
163-
164162To get the first document in the collection, call the
165163[ ` first() ` ] ({{< apiref "com/mongodb/client/MongoIterable.html#first--">}})
166164method on the [ ` find() ` ] ({{< apiref "com/mongodb/client/MongoCollection.html#find--">}})
You can’t perform that action at this time.
0 commit comments