aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-09-04 17:20:13 +0200
committeradamw <adam@warski.org>2017-09-04 17:20:13 +0200
commitba60425c0033b3f374a7e75a0465d022811fb94e (patch)
treeb7f561b1a53f420abef4d352c11283a7fb886d57 /README.md
parent1980861e0e111b0b5fb2c5ace48008dfc268f5c3 (diff)
downloadsttp-ba60425c0033b3f374a7e75a0465d022811fb94e.tar.gz
sttp-ba60425c0033b3f374a7e75a0465d022811fb94e.tar.bz2
sttp-ba60425c0033b3f374a7e75a0465d022811fb94e.zip
Better wording
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a73105a..3c615db 100644
--- a/README.md
+++ b/README.md
@@ -181,7 +181,7 @@ uri"$scheme://$subdomains.example.com?x=$vx&$params#$jumpTo"
When ending the application, make sure to call `handler.close()`, which will
free up resources used by the backend (if any). The close process might be
-asynchronous, and can complete only after the `close()` method returns.
+asynchronous, that is it can complete after the `close()` method returns.
Note that only resources allocated by the handlers are freed. For example,
if you use the `AkkaHttpHandler()` the `close()` method will terminate the