Remove leftover sentence beginning

This commit is contained in:
naglis 2024-09-26 13:29:07 +03:00
parent 95680270ec
commit f63f43e60f

View File

@ -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