From f63f43e60f90a2bb77988b9570eac87d2efb5b98 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:29:07 +0300 Subject: [PATCH] Remove leftover sentence beginning --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ea68b5c..cee734f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1195,7 +1195,7 @@ bitflags::bitflags! { /// /// This flag should probably never be used with `rusqlite`, as we /// ensure thread-safety statically (we implement [`Send`] and not - /// [`Sync`]). That said + /// [`Sync`]). /// /// Critically, even if this flag is used, the [`Connection`] is not /// safe to use across multiple threads simultaneously. To access a