Skip to content

Commit

Permalink
Fixed docs typos
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Romko <nevilad@yahoo.com>
  • Loading branch information
nevilad authored and ashtum committed Nov 11, 2024
1 parent 6d66afb commit a21250d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/qbk/02_examples/_examples.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ used to evaluate robustness. All asynchronous clients support timeouts.
[[path_link example/http/client/coro/http_client_coro.cpp http_client_coro.cpp]]
[[path_link example/http/client/coro-ssl/http_client_coro_ssl.cpp http_client_coro_ssl.cpp]]
][
[WebSocket, C++20 coroutine]
[HTTP, C++20 coroutine]
[[path_link example/http/client/awaitable/http_client_awaitable.cpp http_client_awaitable.cpp]]
[[path_link example/http/client/awaitable-ssl/http_client_awaitable_ssl.cpp http_client_awaitable_ssl.cpp]]
][
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/03_core/1_refresher.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ customized by the caller, a completion handler defaults to using

The function
[@boost:/doc/html/boost_asio/reference/bind_allocator.html `net::bind_allocator`]
can be used when he caller wants to assign a custom allocator to the operation.
can be used when the caller wants to assign a custom allocator to the operation.


A completion token's associated cancellation_slot can be used to cancel single
Expand Down

0 comments on commit a21250d

Please sign in to comment.