Skip to content

Commit 96d54b1

Browse files
oddgrdseanmonstar
authored andcommitted
docs(server): use hyphen in auto-connection
1 parent c28473d commit 96d54b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/conn/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! This module is split by HTTP version, providing a connection builder for
99
//! each. They work similarly, but they each have specific options.
1010
//!
11-
//! If your server needs to support both versions, an auto connection builder is
11+
//! If your server needs to support both versions, an auto-connection builder is
1212
//! provided in the [`hyper-util`](https://github.com/hyperium/hyper-util/tree/master)
1313
//! crate. This builder wraps the HTTP/1 and HTTP/2 connection builders from this
1414
//! module, allowing you to set configuration for both. The builder will then check

0 commit comments

Comments
 (0)