From 5f6ce3c7334277bf94effde4295c01a763ebc699 Mon Sep 17 00:00:00 2001 From: Dillon Amburgey Date: Tue, 31 Mar 2020 21:27:04 -0400 Subject: [PATCH] docs(lib): fix misspelling --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a50c618c..0dbb6a3d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ //! ## "Low-level" //! //! hyper is a lower-level HTTP library, meant to be a building block -//! for libaries and applications. +//! for libraries and applications. //! //! If looking for just a convenient HTTP client, consider the //! [reqwest](https://crates.io/crates/reqwest) crate.