Merge pull request #282 from 3point2/doc-grammar

Grammar fix for docs
This commit is contained in:
Brandon W Maister 2018-11-26 23:23:36 -05:00 committed by GitHub
commit 5dc483990a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ mod div;
mod oldtime;
pub mod offset;
pub mod naive {
//! Date and time types which do not concern about the timezones.
//! Date and time types unconcerned with timezones.
//!
//! They are primarily building blocks for other types
//! (e.g. [`TimeZone`](../offset/trait.TimeZone.html)),