Doc typo fix
This commit is contained in:
parent
5d047683f0
commit
4078db3aa5
@ -938,7 +938,7 @@ impl Connection {
|
|||||||
self.conn.borrow_mut().prepare(query, self)
|
self.conn.borrow_mut().prepare(query, self)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Creates cached prepared statement.
|
/// Creates a cached prepared statement.
|
||||||
///
|
///
|
||||||
/// Like `prepare`, except that the statement is only prepared once over
|
/// Like `prepare`, except that the statement is only prepared once over
|
||||||
/// the lifetime of the connection and then cached. If the same statement
|
/// the lifetime of the connection and then cached. If the same statement
|
||||||
|
Loading…
Reference in New Issue
Block a user