Repairing description comment of params! macro

This commit is contained in:
OldEnglishSheepdog 2024-08-17 22:01:11 +02:00
parent fc7a1a0d1f
commit db0afab183

View File

@ -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