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.
202
202
203
203
### Find the First Document in a Collection
204
204
205
- call the first() method on the result of the find() of method
206
-
207
205
To get the first document in the collection, call the
208
206
[ first()] ({{< apiref "com/mongodb/async/client/MongoIterable.html#first--">}})
209
207
method 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.
159
159
160
160
### Find the First Document in a Collection
161
161
162
- call the first() method on the result of the find() of method
163
-
164
162
To get the first document in the collection, call the
165
163
[ ` first() ` ] ({{< apiref "com/mongodb/client/MongoIterable.html#first--">}})
166
164
method on the [ ` find() ` ] ({{< apiref "com/mongodb/client/MongoCollection.html#find--">}})
You can’t perform that action at this time.
0 commit comments