Skip to content

Commit ab26ef6

Browse files
committed
Reference documentation copy edit to the sync and async quick tours
1 parent a6b980d commit ab26ef6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/reference/content/driver-async/getting-started/quick-tour.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
207205
To get the first document in the collection, call the
208206
[first()]({{< apiref "com/mongodb/async/client/MongoIterable.html#first--">}})
209207
method on the [find()]({{< apiref "com/mongodb/async/client/MongoCollection.html#find--">}})

docs/reference/content/driver/getting-started/quick-tour.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
164162
To get the first document in the collection, call the
165163
[`first()`]({{< apiref "com/mongodb/client/MongoIterable.html#first--">}})
166164
method on the [`find()`]({{< apiref "com/mongodb/client/MongoCollection.html#find--">}})

0 commit comments

Comments
 (0)