We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 221611d + 957a7cc commit 9d41c62Copy full SHA for 9d41c62
examples/postgres/pooled-with-rustls/src/main.rs
@@ -25,7 +25,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
25
// means this will check whether the provided certificate is valid for the given database host.
26
//
27
// `libpq` does not perform these checks by default (https://www.postgresql.org/docs/current/libpq-connect.html)
28
- // If you hit a TLS error while conneting to the database double check your certificates
+ // If you hit a TLS error while connecting to the database double check your certificates
29
let pool = Pool::builder()
30
.max_size(10)
31
.min_idle(Some(5))
0 commit comments