From d9e30a84f3160df9631fdfedfbbda25b9937e644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sat, 28 Oct 2023 11:36:34 +0200 Subject: [PATCH] Document --- man/sqlite-transaction.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sqlite-transaction.Rd b/man/sqlite-transaction.Rd index 106851405..bcddfc621 100644 --- a/man/sqlite-transaction.Rd +++ b/man/sqlite-transaction.Rd @@ -39,7 +39,7 @@ a SQLite transaction and turns auto-commit off. \code{dbCommit()} and auto-commit on. \code{\link[DBI:dbWithTransaction]{DBI::dbWithTransaction()}} is a convenient wrapper that makes sure that \code{dbCommit()} or \code{dbRollback()} is called. -An helper function \code{sqliteIsTransacting()} is available to check the current +A helper function \code{sqliteIsTransacting()} is available to check the current transaction status of the connection. } \examples{