mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Fix typo in documentation
This commit is contained in:
committed by
Klemens Morgenstern
parent
45d4f7f306
commit
177a1222a6
@ -41,7 +41,7 @@ enum class error
|
|||||||
|
|
||||||
This error is returned during parsing when additional
|
This error is returned during parsing when additional
|
||||||
octets are needed. The caller should append more data
|
octets are needed. The caller should append more data
|
||||||
to the existing buffer and retry the parse operaetion.
|
to the existing buffer and retry the parse operation.
|
||||||
*/
|
*/
|
||||||
need_more,
|
need_more,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user