From f269f7b7f7968a0f44a410bbd705ba55f3631ff2 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 17 Mar 2016 08:37:16 +0200 Subject: [PATCH] doc: small fixes to the intro --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index ed0fc629..f5cea41e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,8 +1,8 @@ //! A library for reading and writing TAR archives //! -//! This library provides utilities necessary to manage TAR archives [1] +//! This library provides utilities necessary to manage [TAR archives][1] //! abstracted over a reader or writer. Great strides are taken to ensure that -//! an archive is never required to be fully resident in memory, all objects +//! an archive is never required to be fully resident in memory, and all objects //! provide largely a streaming interface to read bytes from. //! //! [1]: http://en.wikipedia.org/wiki/Tar_%28computing%29