diff --git a/src/lib.rs b/src/lib.rs index 57fd4cc0d..3d59ef21e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -41,7 +41,7 @@ //! library will start the handshake process, which consists of: //! //! * The client sends the connection preface (a predefined sequence of 24 -//! octets). +//! octets). //! * Both the client and the server sending a SETTINGS frame. //! //! See the [Starting HTTP/2] in the specification for more details. diff --git a/src/share.rs b/src/share.rs index fd305708c..c07402af7 100644 --- a/src/share.rs +++ b/src/share.rs @@ -187,7 +187,7 @@ pub struct RecvStream { /// * The window size is now 0 bytes. The peer may not send any more data. /// * [`release_capacity`] is called with 1024. /// * The receive window size is now 1024 bytes. The peer may now send more -/// data. +/// data. /// /// [flow control]: ../index.html#flow-control /// [`release_capacity`]: struct.FlowControl.html#method.release_capacity