fix: comment in mysql should say mysql

This commit is contained in:
Ryan Leckey 2020-06-02 00:10:36 -07:00
parent 9341cb8651
commit f755da5afb

View File

@ -4,7 +4,7 @@ use crate::mysql::{
MySqlArguments, MySqlConnection, MySqlRow, MySqlTransactionManager, MySqlTypeInfo,
};
/// PostgreSQL database driver.
/// MySQL database driver.
#[derive(Debug)]
pub struct MySql;