Skip to content

Commit 5e37272

Browse files
committed
docs(server): fix some grammar in Http and Connecting docs
1 parent 789c223 commit 5e37272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/conn.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use error::{Kind, Parse};
3232
///
3333
/// This structure is used to configure options for an HTTP server connection.
3434
///
35-
/// If don't have need to manage connections yourself, consider using the
35+
/// If you don't have need to manage connections yourself, consider using the
3636
/// higher-level [Server](super) API.
3737
#[derive(Clone, Debug)]
3838
pub struct Http {
@@ -54,7 +54,7 @@ pub struct Serve<I, S> {
5454
protocol: Http,
5555
}
5656

57-
/// A future binding a `Service` to a `Connection`.
57+
/// A future building a new `Service` to a `Connection`.
5858
///
5959
/// Wraps the future returned from `NewService` into one that returns
6060
/// a `Connection`.

0 commit comments

Comments
 (0)