mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Small doc grammar fix
This commit is contained in:
parent
46def6d67e
commit
624c3a2d05
@ -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
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user