Fix doc typo (#342)

This commit is contained in:
Imbolc
2021-09-22 14:07:26 +00:00
committed by GitHub
parent 48401f2c8d
commit 4be4e1d17c
+1 -1
View File
@@ -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