3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-01 03:22:58 +08:00

Merge pull request from OldEnglishSheepdog/params-doc

Repairing description comment of params! macro
This commit is contained in:
gwenn 2024-08-18 07:20:42 +02:00 committed by GitHub
commit a5080e4f68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,7 +151,7 @@ pub(crate) use util::SmallCString;
// Number of cached prepared statements we'll hold on to.
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
/// A macro making it more convenient to longer lists of
/// A macro making it more convenient to pass longer lists of
/// parameters as a `&[&dyn ToSql]`.
///
/// # Example