Merge pull request #1571 from naglis/rm-leftover-sentence-start

Remove leftover sentence beginning
This commit is contained in:
gwenn 2024-09-28 20:07:49 +02:00 committed by GitHub
commit b842783c83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1195,7 +1195,7 @@ bitflags::bitflags! {
/// ///
/// This flag should probably never be used with `rusqlite`, as we /// This flag should probably never be used with `rusqlite`, as we
/// ensure thread-safety statically (we implement [`Send`] and not /// ensure thread-safety statically (we implement [`Send`] and not
/// [`Sync`]). That said /// [`Sync`]).
/// ///
/// Critically, even if this flag is used, the [`Connection`] is not /// Critically, even if this flag is used, the [`Connection`] is not
/// safe to use across multiple threads simultaneously. To access a /// safe to use across multiple threads simultaneously. To access a