From d24474f8c5b7e0154ed4c5492aad0d2c09593a56 Mon Sep 17 00:00:00 2001 From: krlmlr Date: Sun, 31 Mar 2024 01:39:09 +0000 Subject: [PATCH] Auto-update from GitHub Actions Run: https://github.com/r-dbi/DBI/actions/runs/8494829148 --- man/dbDisconnect.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/dbDisconnect.Rd b/man/dbDisconnect.Rd index a1658ac2b..34c452d60 100644 --- a/man/dbDisconnect.Rd +++ b/man/dbDisconnect.Rd @@ -27,7 +27,7 @@ resources (e.g., memory, sockets). A warning is issued on garbage collection when a connection has been released without calling \code{dbDisconnect()}, but this cannot be tested automatically. -A warning is issued immediately when calling \code{dbDisconnect()} on an +At least one warning is issued immediately when calling \code{dbDisconnect()} on an already disconnected or invalid connection.