fix typo in SqlxPostgresConnector::connect() doc (#968)

This commit is contained in:
Ryuma Taguchi 2022-08-16 00:30:27 +09:00 committed by GitHub
parent 10a215d28e
commit d262501a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ impl SqlxPostgresConnector {
string.starts_with("postgres://") && string.parse::<PgConnectOptions>().is_ok()
}
/// Add configuration options for the MySQL database
/// Add configuration options for the PostgreSQL database
#[instrument(level = "trace")]
pub async fn connect(options: ConnectOptions) -> Result<DatabaseConnection, DbErr> {
let mut opt = options