mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-04 16:28:55 +08:00 
			
		
		
		
	Small doc grammar fix
This commit is contained in:
		@@ -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
 | 
				
			||||||
    ///
 | 
					    ///
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user