Skip to content

Commit

Permalink
Documentation has less typos.
Browse files Browse the repository at this point in the history
closes #2679.
  • Loading branch information
klemens-morgenstern committed May 15, 2023
1 parent a23e24f commit ae01f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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 whent he caller wants to assign a custom allocator to the operation.
can be used when he 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 Expand Up @@ -314,7 +314,7 @@ providing a customizable means for transforming the signature of the initiating
function to use other types of objects and methods in place of a completion
handler callback. For example to call to write a string to a socket
asynchronously, using a `std::future` to receive the number of bytes transferred
thusly looks like this:
thus looks like this:

[code_core_1_refresher_4s]

Expand Down Expand Up @@ -350,7 +350,7 @@ The type of the function's return value is determined by the
customization point, which comes with specializations for common library
types such as `std::future` and may also be specialized for user-defined
types. The body of the initiating function calls the
[@boost:/doc/html/boost_asio/reference/async_inititate.html `net::async_initiate`]
[@boost:/doc/html/boost_asio/reference/async_initiate.html `net::async_initiate`]
helper to capture the arguments and forward them to the specialization of
`async_result`. An additional "initiation function" object is provided which
`async_result` may use to immediately launch the operation, or defer the launch
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/03_core/5_buffers.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Note that copies always requires a new call to `data` and `prepare`.`
]
[
[[link beast.ref.boost__beast__multi_buffer `multi_buffer`]]
[dynamic] [dynamic] [stable] [yesy] [invalidating]
[dynamic] [dynamic] [stable] [yes] [invalidating]
]
[
[[link beast.ref.boost__beast__flat_static_buffer `flat_static_buffer`]]
Expand Down

0 comments on commit ae01f02

Please sign in to comment.