From 0dc2f7afea17a0e5bfb5e9b1e6d6f26ab1455cef Mon Sep 17 00:00:00 2001 From: Patrick Turley Date: Fri, 10 Nov 2023 15:36:26 -0600 Subject: [PATCH] docs: small semantic correction to API.md (#412) --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 322f47e..4ad0e37 100644 --- a/API.md +++ b/API.md @@ -140,7 +140,7 @@ Close the client, return immediately. `void sync_close()` -Close the client, return until it is really closed. +Close the client, don't return until it is really closed. `bool opened() const`