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 68649a5 commit fa4e327Copy full SHA for fa4e327
README.md
@@ -101,7 +101,7 @@ int main() {
101
auto response4 = HttpClient::getRequest("https://api.myproject.com/qux").get();
102
auto response5 = HttpClient::getRequest("https://api.myproject.com/quux").get();
103
104
- // Take 2.5 seconds in total
+ // Takes 2.5 seconds in total
105
106
return 0;
107
}
@@ -131,7 +131,7 @@ int main() {
131
auto response4 = future4.get();
132
auto response5 = future5.get();
133
134
- // Take 0.5 seconds in total
+ // Takes 0.5 seconds in total
135
136
137
0 commit comments