Skip to content

Commit e407f2e

Browse files
authored
docs: add indent to newline of list (#788)
1 parent 2fb0f49 commit e407f2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//! library will start the handshake process, which consists of:
4242
//!
4343
//! * The client sends the connection preface (a predefined sequence of 24
44-
//! octets).
44+
//! octets).
4545
//! * Both the client and the server sending a SETTINGS frame.
4646
//!
4747
//! See the [Starting HTTP/2] in the specification for more details.

src/share.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ pub struct RecvStream {
187187
/// * The window size is now 0 bytes. The peer may not send any more data.
188188
/// * [`release_capacity`] is called with 1024.
189189
/// * The receive window size is now 1024 bytes. The peer may now send more
190-
/// data.
190+
/// data.
191191
///
192192
/// [flow control]: ../index.html#flow-control
193193
/// [`release_capacity`]: struct.FlowControl.html#method.release_capacity

0 commit comments

Comments
 (0)