Fix typo in documentation

This commit is contained in:
Shukant Pal
2023-09-25 19:38:36 -07:00
committed by Klemens Morgenstern
parent 45d4f7f306
commit 177a1222a6

View File

@ -41,7 +41,7 @@ enum class error
This error is returned during parsing when additional
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,