Doc typo fix

This commit is contained in:
Steven Fackler 2015-11-01 12:06:38 -08:00
parent 5d047683f0
commit 4078db3aa5

View File

@ -938,7 +938,7 @@ impl Connection {
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
/// the lifetime of the connection and then cached. If the same statement