From 624c3a2d0528580c7a6d0d3f29392d2c81bf7fe1 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 3 Apr 2022 22:10:44 -0700 Subject: [PATCH] Small doc grammar fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4ef2f77..070b1a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -397,7 +397,7 @@ impl Connection { /// Most of these are also the default settings for the C API, although /// technically the default locking behavior is controlled by the flags used /// 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 ///