mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-23 15:48:06 +01:00
Fix doc typo (#342)
This commit is contained in:
parent
48401f2c8d
commit
4be4e1d17c
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@
|
||||||
//! The `"full"` feature for hyper and tokio isn't strictly necessary but its
|
//! The `"full"` feature for hyper and tokio isn't strictly necessary but its
|
||||||
//! the easiest way to get started.
|
//! 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.
|
//! then you don't have to explicitly depend on hyper.
|
||||||
//!
|
//!
|
||||||
//! Tower isn't strictly necessary either but helpful for testing. See the
|
//! Tower isn't strictly necessary either but helpful for testing. See the
|
||||||
|
|
Loading…
Reference in a new issue