mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
'restricts' -> 'restrictions'
This commit is contained in:
parent
b612c6d727
commit
8a88ba647c
@ -135,8 +135,8 @@ impl Statement<'_> {
|
||||
/// Execute the prepared statement, returning a handle to the resulting
|
||||
/// rows.
|
||||
///
|
||||
/// Due to lifetime restricts, the rows handle returned by `query` does not
|
||||
/// implement the `Iterator` trait. Consider using
|
||||
/// Due to lifetime restrictions, the rows handle returned by `query` does
|
||||
/// not implement the `Iterator` trait. Consider using
|
||||
/// [`query_map`](Statement::query_map) or
|
||||
/// [`query_and_then`](Statement::query_and_then) instead, which do.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user