Documentation fixes

This commit is contained in:
Vinnie Falco
2017-06-05 08:10:43 -07:00
parent 054ac40192
commit be0d74f2aa
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ public:
In some cases there may be an insufficient number of octets
in the input buffer in order to make forward progress. This
is indicated by the the code @ref error::need_more. When
is indicated by the code @ref error::need_more. When
this happens, the caller should place additional bytes into
the buffer sequence and call @ref put again.