Skip to content

Commit 72e02d6

Browse files
king6congseanmonstar
authored andcommitted
docs(conn): remove unnecessary whitespace (#1483)
1 parent 21ba669 commit 72e02d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/h1/conn.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use super::{EncodedBuf, Encoder, Decoder};
1818
/// `Transaction`s over HTTP.
1919
///
2020
/// The connection will determine when a message begins and ends as well as
21-
/// determine if this connection can be kept alive after the message,
21+
/// determine if this connection can be kept alive after the message,
2222
/// or if it is complete.
2323
pub struct Conn<I, B, T> {
2424
io: Buffered<I, EncodedBuf<Cursor<B>>>,

0 commit comments

Comments
 (0)