We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ba669 commit 72e02d6Copy full SHA for 72e02d6
src/proto/h1/conn.rs
@@ -18,7 +18,7 @@ use super::{EncodedBuf, Encoder, Decoder};
18
/// `Transaction`s over HTTP.
19
///
20
/// 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,
+/// determine if this connection can be kept alive after the message,
22
/// or if it is complete.
23
pub struct Conn<I, B, T> {
24
io: Buffered<I, EncodedBuf<Cursor<B>>>,
0 commit comments