Small doc grammar fix

This commit is contained in:
Thom Chiovoloni 2022-04-03 22:10:44 -07:00
parent 46def6d67e
commit 624c3a2d05

View File

@ -397,7 +397,7 @@ impl Connection {
/// Most of these are also the default settings for the C API, although /// Most of these are also the default settings for the C API, although
/// technically the default locking behavior is controlled by the flags used /// technically the default locking behavior is controlled by the flags used
/// when compiling SQLite -- rather than let it vary, we choose `NO_MUTEX` /// when compiling SQLite -- rather than let it vary, we choose `NO_MUTEX`
/// because it's a fairly clear best choice for users this library. /// because it's a fairly clearly the best choice for users of this library.
/// ///
/// # Failure /// # Failure
/// ///