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 f723dc6 commit a014a3bCopy full SHA for a014a3b
README.md
@@ -116,7 +116,7 @@ This part can be of type:
116
117
#### Blocking on the Future
118
119
-`execute` methods return a `java.util.concurrent.Future`. You can simply both the calling thread to get the response.
+`execute` methods return a `java.util.concurrent.Future`. You can simply block the calling thread to get the response.
120
121
```java
122
Future<Response> whenResponse = asyncHttpClient.prepareGet("http://www.example.com/").execute();
0 commit comments