From dd7a500d3f0ec473ae74e1a21b232c8a12e4bdef Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 28 Jul 2016 22:01:09 +0200 Subject: [PATCH] doc: typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b94c7b2bc..99a778699 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ //! //! This library is meant to supplement/replace the standard distributon's //! libflate library by providing a streaming encoder/decoder rather than purely -//! in in-memory encoder/decoder. +//! an in-memory encoder/decoder. //! //! Like with libflate, flate2 is based on [`miniz.c`][1] //!