From 72e02d6ac82e0e8b355e0b2e733d46b555c24083 Mon Sep 17 00:00:00 2001 From: wangcong Date: Mon, 9 Apr 2018 14:40:16 +0800 Subject: [PATCH] docs(conn): remove unnecessary whitespace (#1483) --- src/proto/h1/conn.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proto/h1/conn.rs b/src/proto/h1/conn.rs index b3a287ba..934a1904 100644 --- a/src/proto/h1/conn.rs +++ b/src/proto/h1/conn.rs @@ -18,7 +18,7 @@ use super::{EncodedBuf, Encoder, Decoder}; /// `Transaction`s over HTTP. /// /// The connection will determine when a message begins and ends as well as -/// determine if this connection can be kept alive after the message, +/// determine if this connection can be kept alive after the message, /// or if it is complete. pub struct Conn { io: Buffered>>,