We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c223 commit 5e37272Copy full SHA for 5e37272
src/server/conn.rs
@@ -32,7 +32,7 @@ use error::{Kind, Parse};
32
///
33
/// This structure is used to configure options for an HTTP server connection.
34
35
-/// If don't have need to manage connections yourself, consider using the
+/// If you don't have need to manage connections yourself, consider using the
36
/// higher-level [Server](super) API.
37
#[derive(Clone, Debug)]
38
pub struct Http {
@@ -54,7 +54,7 @@ pub struct Serve<I, S> {
54
protocol: Http,
55
}
56
57
-/// A future binding a `Service` to a `Connection`.
+/// A future building a new `Service` to a `Connection`.
58
59
/// Wraps the future returned from `NewService` into one that returns
60
/// a `Connection`.
0 commit comments