Doc grammar & reference corrections.

Closes #2578 & #2634.
This commit is contained in:
Klemens Morgenstern
2023-02-17 13:54:34 +08:00
parent 8dc6daa507
commit 78c21308fa
2 changed files with 6 additions and 6 deletions

View File

@ -73,22 +73,22 @@ The stream operations which work on parsers are:
[[
[link beast.ref.boost__beast__http__read.overload1 [*read]]
][
Read everything into a parser from a __SyncWriteStream__.
Read everything into a parser from a __SyncReadStream__.
]]
[[
[link beast.ref.boost__beast__http__async_read.overload1 [*async_read]]
][
Read everything into a parser asynchronously from an __AsyncWriteStream__.
Read everything into a parser asynchronously from an __AsyncReadStream__.
]]
[[
[link beast.ref.boost__beast__http__read_header.overload1 [*read_header]]
][
Read only the header octets into a parser from a __SyncWriteStream__.
Read only the header octets into a parser from a __SyncReadStream__.
]]
[[
[link beast.ref.boost__beast__http__async_read_header [*async_read_header]]
][
Read only the header octets into a parser asynchronously from an __AsyncWriteStream__.
Read only the header octets into a parser asynchronously from an __AsyncReadStream__.
]]
[[
[link beast.ref.boost__beast__http__read_some.overload1 [*read_some]]
@ -98,7 +98,7 @@ The stream operations which work on parsers are:
[[
[link beast.ref.boost__beast__http__async_read_some [*async_read_some]]
][
Read some octets into a parser asynchronously from an __AsyncWriteStream__.
Read some octets into a parser asynchronously from an __AsyncReadStream__.
]]
]

View File

@ -17,7 +17,7 @@ While
general logical operations, the websocket stream has a more sophisticated timeout
mechanism built-in which may be enabled and configured. The timeout features
of the TCP or basic stream should not be used when working with a websocket
stream. The interface to these timeout features is show in this table.
stream. The interface to these timeout features is shown in this table.
[table WebSocket Timeout Interface
[[Name][Description]]