Skip to content

Commit 7f84cc8

Browse files
phongtnjyemin
authored andcommitted
misspelled (#493)
Correct grammar and spelling in async quick start guide.
1 parent 09c21f3 commit 7f84cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SingleResultCallback<Void> callbackWhenFinished = new SingleResultCallback<Void>
8383

8484
```
8585

86-
- The following `Block` code which the exexamples will use used to print the results of the find operations:
86+
- The following `Block` code which the examples will use to print the results of the find operations:
8787

8888
```java
8989
Block<Document> printDocumentBlock = new Block<Document>() {

0 commit comments

Comments
 (0)