Skip to content

Commit a014a3b

Browse files
Harald Gliebeslandelle
Harald Gliebe
authored andcommitted
Confusing typo in README.md (AsyncHttpClient#1548)
1 parent f723dc6 commit a014a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This part can be of type:
116116

117117
#### Blocking on the Future
118118

119-
`execute` methods return a `java.util.concurrent.Future`. You can simply both the calling thread to get the response.
119+
`execute` methods return a `java.util.concurrent.Future`. You can simply block the calling thread to get the response.
120120

121121
```java
122122
Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.com/").execute();

0 commit comments

Comments
 (0)