Skip to content

Commit

Permalink
fix typo in SqlxPostgresConnector::connect() doc (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuma017 committed Aug 15, 2022
1 parent 10a215d commit d262501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/sqlx_postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d262501

Please sign in to comment.