mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-17 00:00:16 +02:00
Fix doc typo (#342)
This commit is contained in:
+1
-1
@@ -1087,7 +1087,7 @@
|
||||
//! The `"full"` feature for hyper and tokio isn't strictly necessary but its
|
||||
//! the easiest way to get started.
|
||||
//!
|
||||
//! Note that [`axum::Server`] is re-exported by axum so if thats all you need
|
||||
//! Note that [`hyper::Server`] is re-exported by axum so if thats all you need
|
||||
//! then you don't have to explicitly depend on hyper.
|
||||
//!
|
||||
//! Tower isn't strictly necessary either but helpful for testing. See the
|
||||
|
||||
Reference in New Issue
Block a user