diff --git a/docs/book/content/servers/hyper.md b/docs/book/content/servers/hyper.md index 4a0544c2..c3e5686a 100644 --- a/docs/book/content/servers/hyper.md +++ b/docs/book/content/servers/hyper.md @@ -1,6 +1,6 @@ # Integrating with Hyper -[Hyper] is a is a fast HTTP implementation that many other Rust web frameworks +[Hyper] is a fast HTTP implementation that many other Rust web frameworks leverage. It offers asynchronous I/O via the tokio runtime and works on Rust's stable channel.