Fix stale doc

This commit is contained in:
Thom Chiovoloni 2020-11-03 01:50:40 -08:00
parent a312582d11
commit f0990c38bf

View File

@ -264,8 +264,8 @@ impl_for_array_ref!(
///
/// ## Realistic use case
///
/// Here's how you'd use `ParamsFromIter` to call a function with no `_iter`
/// equivalent, e.g. [`Statement::exists`].
/// Here's how you'd use `ParamsFromIter` to call [`Statement::exists`] with a
/// dynamic number of parameters.
///
/// ```rust,no_run
/// use rusqlite::{Connection, Result};