From 4be4e1d17cb5fd9acc8ab36885cbf590d25dd09b Mon Sep 17 00:00:00 2001 From: Imbolc Date: Wed, 22 Sep 2021 17:07:26 +0300 Subject: [PATCH] Fix doc typo (#342) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 69965c94..4976e619 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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