From 701a3a548ac591978852b16570c270df6c9f487f Mon Sep 17 00:00:00 2001 From: Eric Findlay Date: Tue, 21 Feb 2017 11:52:05 +0900 Subject: [PATCH] Corrected spelling error. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dccc908..c63b511 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -13,7 +13,7 @@ //! * Chrono is space-optimal and (while not being the primary goal) reasonably efficient. //! //! There were several previous attempts to bring a good date and time library to Rust, -//! which Chrono builts upon and should acknowledge: +//! which Chrono builds upon and should acknowledge: //! //! * [Initial research on //! the wiki](https://github.com/rust-lang/rust-wiki-backup/blob/master/Lib-datetime.md)