Merge pull request #132 from ericfindlay/master

Corrected spelling error
This commit is contained in:
Kang Seonghoon 2017-02-21 02:44:59 +09:00 committed by GitHub
commit 0571ebf09c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ In particular,
* 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)