Skip to content

Commit

Permalink
Correct PgConnectOptions to MySql in mysql docs
Browse files Browse the repository at this point in the history
I'm using this library for the first time, and I noticed this small oversight in the docs.
  • Loading branch information
ccouzens authored and abonander committed Oct 7, 2020
1 parent 2e1658e commit 8e4d061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/mysql/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub use ssl_mode::MySqlSslMode;

/// Options and flags which can be used to configure a MySQL connection.
///
/// A value of `PgConnectOptions` can be parsed from a connection URI,
/// A value of `MySqlConnectOptions` can be parsed from a connection URI,
/// as described by [MySQL](https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-jdbc-url-format.html).
///
/// The generic format of the connection URL:
Expand Down

0 comments on commit 8e4d061

Please sign in to comment.