From 3077fffaeb1c4cd0b3fa79a82e7070af9676efd2 Mon Sep 17 00:00:00 2001 From: Julius de Bruijn Date: Thu, 26 Mar 2020 11:37:32 +0100 Subject: [PATCH] Fix a typo --- src/pooled.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pooled.rs b/src/pooled.rs index 3ac673661..e50ed36b9 100644 --- a/src/pooled.rs +++ b/src/pooled.rs @@ -189,7 +189,7 @@ impl Builder { } /// Perform a health check before returning a connection from the - /// [`check_out`]. If the health check fails, the a few reconnects are tried + /// [`check_out`]. If the health check fails, a few reconnects are tried /// before returning the error and dropping the broken connection from the /// pool. ///