Skip to content

Commit fa4e327

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent 68649a5 commit fa4e327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ int main() {
101101
auto response4 = HttpClient::getRequest("https://api.myproject.com/qux").get();
102102
auto response5 = HttpClient::getRequest("https://api.myproject.com/quux").get();
103103

104-
// Take 2.5 seconds in total
104+
// Takes 2.5 seconds in total
105105

106106
return 0;
107107
}
@@ -131,7 +131,7 @@ int main() {
131131
auto response4 = future4.get();
132132
auto response5 = future5.get();
133133

134-
// Take 0.5 seconds in total
134+
// Takes 0.5 seconds in total
135135

136136
return 0;
137137
}

0 commit comments

Comments
 (0)