Skip to content

Commit 759616c

Browse files
jasssonpetrozza
authored andcommitted
Update quick-start-pojo.md (#537)
1 parent a7937b2 commit 759616c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/content/driver/getting-started/quick-start-pojo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Block<Person> printBlock = new Block<Person>() {
230230
collection.find().forEach(printBlock);
231231
```
232232

233-
The example uses the [`forEach`]({{ < apiref "mongodb-driver-sync" "com/mongodb/client/MongoIterable.html#forEach(com.mongodb.Block)" >}}) method on the ``FindIterable``
233+
The example uses the [`forEach`]({{< apiref "mongodb-driver-sync" "com/mongodb/client/MongoIterable.html#forEach(com.mongodb.Block)" >}}) method on the ``FindIterable``
234234
object to apply a block to each Person and outputs the following:
235235

236236
```bash

0 commit comments

Comments
 (0)