We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c21f3 commit 7f84cc8Copy full SHA for 7f84cc8
docs/reference/content/driver-async/getting-started/quick-start.md
@@ -83,7 +83,7 @@ SingleResultCallback<Void> callbackWhenFinished = new SingleResultCallback<Void>
83
84
```
85
86
-- The following `Block` code which the exexamples will use used to print the results of the find operations:
+- The following `Block` code which the examples will use to print the results of the find operations:
87
88
```java
89
Block<Document> printDocumentBlock = new Block<Document>() {
0 commit comments