Fix doc typo (#342)

This commit is contained in:
Imbolc 2021-09-22 17:07:26 +03:00 committed by GitHub
parent 48401f2c8d
commit 4be4e1d17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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