Typo: wrapped -> wrapper

This commit is contained in:
Lorenzo Villani
2014-12-26 23:21:41 +01:00
parent 139d9bd76c
commit 358b3c3a38

View File

@@ -13,7 +13,7 @@
//! //!
//! ## Internal Design //! ## 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 //! allow the implementation of higher-level abstractions with as little pain as
//! possible, and should not irrevocably hide any information from its users. //! possible, and should not irrevocably hide any information from its users.
//! //!