From 358b3c3a38d2d281e9f9f37c4428a5519180f8e5 Mon Sep 17 00:00:00 2001 From: Lorenzo Villani Date: Fri, 26 Dec 2014 23:21:41 +0100 Subject: [PATCH] Typo: wrapped -> wrapper --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 7ee41025..5b4c0e9a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! //! ## Internal Design //! -//! Hyper is designed as a relatively low-level wrapped over raw HTTP. It should +//! Hyper is designed as a relatively low-level wrapper over raw HTTP. It should //! allow the implementation of higher-level abstractions with as little pain as //! possible, and should not irrevocably hide any information from its users. //!