docs(lib): fix misspelling

This commit is contained in:
Dillon Amburgey
2020-03-31 21:27:04 -04:00
committed by Sean McArthur
parent f329ae0ff9
commit 5f6ce3c733

View File

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