Skip to content

Commit f1492dd

Browse files
enolan-maystreetashtum
authored andcommitted
Fix link to async_teardown in teardown document
Previously, this link incorrectly pointed to teardown instead of async_teardown.
1 parent a297518 commit f1492dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/qbk/06_websocket/07_teardown.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ as free functions associated with the next layer type:
2828
* [link beast.ref.boost__beast__websocket__teardown `teardown`]: Overloads
2929
of this function drain and shut down a stream synchronously.
3030

31-
* [link beast.ref.boost__beast__websocket__teardown `async_teardown`]:
31+
* [link beast.ref.boost__beast__websocket__async_teardown `async_teardown`]:
3232
Overloads of this function drain and shut down a stream asynchronously.
3333

3434
The implementation provides suitable overloads of the teardown

0 commit comments

Comments
 (0)