From a795fe2e041edb71f891373800ccfe37f2824f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Plch?= Date: Wed, 5 Jun 2024 18:42:17 +0200 Subject: [PATCH] fixed typo total -> terminal --- asio/src/doc/overview/cancellation.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asio/src/doc/overview/cancellation.qbk b/asio/src/doc/overview/cancellation.qbk index 65766b5b2d..a30e118866 100644 --- a/asio/src/doc/overview/cancellation.qbk +++ b/asio/src/doc/overview/cancellation.qbk @@ -201,7 +201,7 @@ occur. Furthermore, a stronger guarantee always satisfies the requirements of a weaker guarantee. The `partial` guarantee still satisfies the `terminal` guarantee. -The `total` guarantee satisfies both `partial` and `total`. This means that +The `total` guarantee satisfies both `partial` and `terminal`. This means that when an operation supports a given cancellation type as its strongest guarantee, it should honour cancellation requests for any of the weaker guarantees.