doc: misc API documentation fixes (#1834)

This commit is contained in:
Oleg Nosov
2019-11-27 12:05:42 -08:00
committed by Carl Lerche
parent dc356a4158
commit 942feab040
19 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ pub trait Decoder {
/// Attempts to decode a frame from the provided buffer of bytes.
///
/// This method is called by `FramedRead` whenever bytes are ready to be
/// parsed. The provided buffer of bytes is what's been read so far, and
/// parsed. The provided buffer of bytes is what's been read so far, and
/// this instance of `Decode` can determine whether an entire frame is in
/// the buffer and is ready to be returned.
///