Grammar fix for docs
This commit is contained in:
parent
94b43fa2e8
commit
8abaae199e
|
@ -451,7 +451,7 @@ mod div;
|
||||||
mod oldtime;
|
mod oldtime;
|
||||||
pub mod offset;
|
pub mod offset;
|
||||||
pub mod naive {
|
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
|
//! They are primarily building blocks for other types
|
||||||
//! (e.g. [`TimeZone`](../offset/trait.TimeZone.html)),
|
//! (e.g. [`TimeZone`](../offset/trait.TimeZone.html)),
|
||||||
|
|
Loading…
Reference in New Issue