Skip to content

Commit 5384e59

Browse files
weissiFranzBusch
andauthored
Update README.md
Co-authored-by: Franz Busch <privat@franz-busch.de>
1 parent ecf4bca commit 5384e59

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
@@ -57,7 +57,7 @@ HTTPClient.shared.get(url: "https://apple.com/").whenComplete { result in
5757
}
5858
```
5959

60-
If you create your own `HTTPClient` instances, you should shut down using `httpClient.shutdown()` when you're done with them. Failing to do so will leak resources.
60+
If you create your own `HTTPClient` instances, you should shut them down using `httpClient.shutdown()` when you're done using them. Failing to do so will leak resources.
6161
Please note that you must not call `httpClient.shutdown` before all requests of the HTTP client have finished, or else the in-flight requests will likely fail because their network connections are interrupted.
6262

6363
### async/await examples

0 commit comments

Comments
 (0)