fix: comment in mysql should say mysql

This commit is contained in:
Ryan Leckey
2020-06-02 00:10:36 -07:00
parent 2863247660
commit 3bc11cea26

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;