From e407f2e48a8c666fa8d29e66d48b9aed55e669d6 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sun, 28 Jul 2024 22:52:58 +0900 Subject: [PATCH] docs: add indent to newline of list (#788) --- src/lib.rs | 2 +- src/share.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 57fd4cc0..3d59ef21 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 fd305708..c07402af 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