mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-17 17:02:23 +08:00
Applied some spellchecker suggestions
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
//! Using `MaybeUninit` here can be more efficient in some cases, but is
|
||||
//! often inconvenient, so both are provided.
|
||||
//!
|
||||
//! 2. Exact/inexact refers to to whether or not the entire buffer must be
|
||||
//! 2. Exact/inexact refers to whether or not the entire buffer must be
|
||||
//! filled in order for the call to be considered a success.
|
||||
//!
|
||||
//! The "exact" functions require the provided buffer be entirely filled, or
|
||||
@@ -287,7 +287,7 @@ impl Blob<'_> {
|
||||
/// Close a BLOB handle.
|
||||
///
|
||||
/// Calling `close` explicitly is not required (the BLOB will be closed
|
||||
/// when the `Blob` is dropped), but it is available so you can get any
|
||||
/// when the `Blob` is dropped), but it is available, so you can get any
|
||||
/// errors that occur.
|
||||
///
|
||||
/// # Failure
|
||||
|
||||
Reference in New Issue
Block a user