Fix a misspelling in MySQL types document

This commit is contained in:
吴翱翔 2020-05-15 11:03:40 +08:00 committed by Austin Bonander
parent 19edb73ffc
commit 77cdafe08a

View File

@ -25,7 +25,7 @@
//! | Rust type | MySQL type(s) |
//! |---------------------------------------|------------------------------------------------------|
//! | `chrono::DateTime<Utc>` | TIMESTAMP |
//! | `chrono::DateTime<Local>` | TIMETAMP |
//! | `chrono::DateTime<Local>` | TIMESTAMP |
//! | `chrono::NaiveDateTime` | DATETIME |
//! | `chrono::NaiveDate` | DATE |
//! | `chrono::NaiveTime` | TIME |