From f1492dd16478f28b6baa1ecd0d61b9c71bcf0bae Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Tue, 4 Mar 2025 16:16:54 -0500 Subject: [PATCH] Fix link to async_teardown in teardown document Previously, this link incorrectly pointed to teardown instead of async_teardown. --- doc/qbk/06_websocket/07_teardown.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/06_websocket/07_teardown.qbk b/doc/qbk/06_websocket/07_teardown.qbk index cb46410a..53507a53 100644 --- a/doc/qbk/06_websocket/07_teardown.qbk +++ b/doc/qbk/06_websocket/07_teardown.qbk @@ -28,7 +28,7 @@ as free functions associated with the next layer type: * [link beast.ref.boost__beast__websocket__teardown `teardown`]: Overloads of this function drain and shut down a stream synchronously. -* [link beast.ref.boost__beast__websocket__teardown `async_teardown`]: +* [link beast.ref.boost__beast__websocket__async_teardown `async_teardown`]: Overloads of this function drain and shut down a stream asynchronously. The implementation provides suitable overloads of the teardown